Update cmd/helm/pull.go

Co-authored-by: souleb <bah.soule@gmail.com>
Signed-off-by: Thomas Runyon <runyontr@gmail.com>
pull/11623/head^2
Thomas Runyon 3 years ago committed by GitHub
parent 9ddb27a208
commit 4a231bd937
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -87,7 +87,7 @@ func newPullCmd(cfg *action.Configuration, out io.Writer) *cobra.Command {
f.BoolVar(&client.VerifyLater, "prov", false, "fetch the provenance file, but don't perform verification")
f.StringVar(&client.UntarDir, "untardir", ".", "if untar is specified, this flag specifies the name of the directory into which the chart is expanded")
f.StringVarP(&client.DestDir, "destination", "d", ".", "location to write the chart. If this and untardir are specified, untardir is appended to this")
f.BoolVar(&client.PlainHTTP, "plain-http", false, "install charts from http registry")
f.BoolVar(&client.PlainHTTP, "plain-http", false, "use plain http for the chart download")
addChartPathOptionsFlags(f, &client.ChartPathOptions)
err := cmd.RegisterFlagCompletionFunc("version", func(cmd *cobra.Command, args []string, toComplete string) ([]string, cobra.ShellCompDirective) {

Loading…
Cancel
Save