We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e186caa commit 511928dCopy full SHA for 511928d
cmd/upgrade.go
@@ -90,6 +90,8 @@ func newChartCommand() *cobra.Command {
90
}
91
92
f := cmd.Flags()
93
+ var kubeconfig string
94
+ f.StringVar(&kubeconfig, "kubeconfig", "", "This flag is ignored, to allow passing of this top level flag to helm")
95
f.StringVar(&diff.chartVersion, "version", "", "specify the exact chart version to use. If this is not specified, the latest version is used")
96
f.BoolVar(&diff.detailedExitCode, "detailed-exitcode", false, "return a non-zero exit code when there are changes")
97
f.BoolP("suppress-secrets", "q", false, "suppress secrets in the output")
0 commit comments