f.StringArrayVarP(&showFiles,"show-only","s",[]string{},"only show manifests rendered from the given templates")
f.StringVar(&client.OutputDir,"output-dir","","writes the executed templates to files in output-dir instead of stdout")
f.BoolVar(&validate,"validate",false,"validate your manifests against the Kubernetes cluster you are currently pointing at. This is the same validation performed on an install")
f.BoolVar(&includeCrds,"include-crds",false,"include CRDs in the templated output")
f.BoolVar(&client.IsUpgrade,"is-upgrade",false,"set .Release.IsUpgrade instead of .Release.IsInstall")
f.StringArrayVarP(&extraAPIs,"api-versions","a",[]string{},"Kubernetes api versions used for Capabilities.APIVersions")
f.BoolVar(&client.UseReleaseName,"release-name",false,"use release name in the output-dir path.")
bindPostRenderFlag(cmd,&client.PostRenderer)
addInstallFlags(f,installClient,valueOpts)
f.StringArrayVarP(&o.showFiles,"show-only","s",[]string{},"only show manifests rendered from the given templates")
f.StringVar(&installClient.OutputDir,"output-dir","","writes the executed templates to files in output-dir instead of stdout")
f.BoolVar(&installClient.IsUpgrade,"is-upgrade",false,"set .Release.IsUpgrade instead of .Release.IsInstall")
f.BoolVar(&o.validate,"validate",false,"validate your manifests against the Kubernetes cluster you are currently pointing at. This is the same validation performed on an install")
f.BoolVar(&o.includeCrds,"include-crds",false,"include CRDs in the templated output")
f.BoolVar(&o.lint,"lint",false,"examines a chart for possible issues")
f.BoolVar(&lintClient.Strict,"strict",false,"fail on lint warnings")
f.StringArrayVarP(&o.extraAPIs,"api-versions","a",[]string{},"Kubernetes api versions used for Capabilities.APIVersions")
f.BoolVar(&installClient.UseReleaseName,"release-name",false,"use release name in the output-dir path.")
[ERROR] templates/: template: novals/templates/alpine-pod.yaml:4:36: executing "novals/templates/alpine-pod.yaml" at <.Values.Name>: map has no entry for key "Name"