Skip to content

Commit

Permalink
Enable argo server-side apply
Browse files Browse the repository at this point in the history
  • Loading branch information
ltellesfl committed Nov 21, 2024
1 parent 548e1fb commit 0b6354e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions azure/ipa.tf
Original file line number Diff line number Diff line change
Expand Up @@ -1028,6 +1028,7 @@ spec:
prune: true
syncOptions:
- CreateNamespace=${each.value.createNamespace}
- ServerSideApply=true
source:
chart: ${each.value.chart}
repoURL: ${each.value.repo}
Expand Down
1 change: 1 addition & 0 deletions ipa.tf
Original file line number Diff line number Diff line change
Expand Up @@ -1628,6 +1628,7 @@ spec:
prune: true
syncOptions:
- CreateNamespace=${each.value.createNamespace}
- ServerSideApply=true
source:
chart: ${each.value.chart}
repoURL: ${each.value.repo}
Expand Down

0 comments on commit 0b6354e

Please sign in to comment.