fixes comment in install.go

Signed-off-by: Stephanie Hohenberg <stephanie.hohenberg@gmail.com>
pull/31239/head
Stephanie Hohenberg 3 weeks ago
parent 2f598ffc85
commit a109ac2f06

@ -116,6 +116,7 @@ type Install struct {
Labels map[string]string
// KubeVersion allows specifying a custom kubernetes version to use and
// APIVersions allows a manual set of supported API Versions to be passed
// (for things like templating).
KubeVersion *common.KubeVersion
APIVersions common.VersionSet
// Used by helm template to render charts with .Release.IsUpgrade. Ignored if Dry-Run is false

Loading…
Cancel
Save