Skip to content

Commit b84271a

Browse files
committed
Update main.tf
Signed-off-by: Frédéric Dewinne <[email protected]>
1 parent 33c09eb commit b84271a

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

main.tf

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -70,6 +70,14 @@ resource "helm_release" "argocd" {
7070
}
7171
}
7272

73+
lifecycle {
74+
ignore_changes = [
75+
namespace,
76+
values,
77+
version
78+
]
79+
}
80+
7381
}
7482

7583

0 commit comments

Comments
 (0)