Skip to content

Commit

Permalink
Enable self_heal and add ServerSideApply=true to deploy-ipa application
Browse files Browse the repository at this point in the history
  • Loading branch information
ltellesfl committed Dec 3, 2024
1 parent 43af31b commit d7eb64a
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion ipa.tf
Original file line number Diff line number Diff line change
Expand Up @@ -1582,9 +1582,12 @@ resource "argocd_application" "ipa" {
sync_policy {
automated {
prune = true
self_heal = false
self_heal = true
allow_empty = false
}
sync_options = [
"ServerSideApply=true"
]
}

destination {
Expand Down

0 comments on commit d7eb64a

Please sign in to comment.