We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 33c09eb commit b591a3aCopy full SHA for b591a3a
1 file changed
main.tf
@@ -70,6 +70,14 @@ resource "helm_release" "argocd" {
70
}
71
72
73
+ lifecycle {
74
+ ignore_changes = [
75
+ namespace,
76
+ values,
77
+ version
78
+ ]
79
+ }
80
+
81
82
83
0 commit comments