Skip to content

Commit 73365af

Browse files
authored
feat: enable atomic mode for helm_release to automatically purge the chart if installation fails (#326)
1 parent 1cedabf commit 73365af

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

main.tf

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -78,6 +78,7 @@ resource "helm_release" "cloud_monitoring_agent" {
7878
recreate_pods = true
7979
force_update = true
8080
reset_values = true
81+
atomic = true
8182

8283
set = concat([
8384
# Values

0 commit comments

Comments
 (0)