Skip to content

Commit

Permalink
Enable atomic installations for Helm 3 (#1457)
Browse files Browse the repository at this point in the history
  • Loading branch information
Andres Martinez Gotor authored Jan 16, 2020
1 parent 158da32 commit f5a0832
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pkg/agent/agent.go
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,7 @@ func CreateRelease(actionConfig *action.Configuration, name, namespace, valueStr
cmd := action.NewInstall(actionConfig)
cmd.ReleaseName = name
cmd.Namespace = namespace
cmd.Atomic = true
values, err := getValues([]byte(valueString))
if err != nil {
return nil, err
Expand Down

0 comments on commit f5a0832

Please sign in to comment.