Skip to content

Commit

Permalink
Make install atomic
Browse files Browse the repository at this point in the history
  • Loading branch information
burmanm committed Mar 22, 2024
1 parent 3bd6d08 commit 37e0b3f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions pkg/helmutil/fetch.go
Original file line number Diff line number Diff line change
Expand Up @@ -134,6 +134,8 @@ func Install(cfg *action.Configuration, releaseName, path, namespace string, val
installAction.ReleaseName = releaseName
installAction.Namespace = namespace
installAction.CreateNamespace = true
installAction.Atomic = true
installAction.Wait = true
if skipCRDs {
installAction.SkipCRDs = true
}
Expand Down

0 comments on commit 37e0b3f

Please sign in to comment.