Skip to content

Commit 885e938

Browse files
Update cmd/helm/upgrade.go
Co-authored-by: George Jenkins <[email protected]> Signed-off-by: Mayank Shah <[email protected]>
1 parent 7efa286 commit 885e938

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cmd/helm/upgrade.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -280,7 +280,7 @@ func newUpgradeCmd(cfg *action.Configuration, out io.Writer) *cobra.Command {
280280
f.StringVar(&client.Description, "description", "", "add a custom description")
281281
f.BoolVar(&client.DependencyUpdate, "dependency-update", false, "update dependencies if they are missing before installing the chart")
282282
f.BoolVar(&client.EnableDNS, "enable-dns", false, "enable DNS lookups when rendering templates")
283-
f.BoolVar(&client.TakeOwnership, "take-ownership", false, "if set, upgrade will ignore the check for helm annotations and take ownership of the existing resources.")
283+
f.BoolVar(&client.TakeOwnership, "take-ownership", false, "if set, upgrade will ignore the check for helm annotations and take ownership of the existing resources")
284284
addChartPathOptionsFlags(f, &client.ChartPathOptions)
285285
addValueOptionsFlags(f, valueOpts)
286286
bindOutputFlag(cmd, &outfmt)

0 commit comments

Comments
 (0)