Skip to content

Commit cbd8625

Browse files
authored
Feat: Turning on Atomic flag with Helm style plugins (#183)
Signed-off-by: Daniel Hu <[email protected]>
1 parent 468680f commit cbd8625

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pkg/util/helm/helm.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ func NewHelm(param *HelmParam) (*Helm, error) {
6262
Timeout: tmout,
6363
GenerateName: false,
6464
NameTemplate: "",
65-
Atomic: false,
65+
Atomic: true,
6666
SkipCRDs: false,
6767
UpgradeCRDs: param.Chart.UpgradeCRDs,
6868
SubNotes: false,

0 commit comments

Comments
 (0)