Versions in this module Expand all Collapse all v1 v1.178.0 Jun 3, 2026 Changes in this version + func RenderConfigFileToTemp(configPath string, store SecretStore) (string, func(), error) + func RenderInstallConfigTemplate(data []byte, store SecretStore) ([]byte, error) + type SecretStore interface + LookupSecret func(name string, selector ...string) (string, error)