Skip to content

Commit

Permalink
Enable argo server-side apply (#357)
Browse files Browse the repository at this point in the history
* Enable argo server-side apply

* Add ServerSideApply to ipa
  • Loading branch information
ltellesfl authored Nov 22, 2024
1 parent 548e1fb commit 744b38f
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
3 changes: 3 additions & 0 deletions azure/ipa.tf
Original file line number Diff line number Diff line change
Expand Up @@ -790,6 +790,7 @@ spec:
prune: true
syncOptions:
- CreateNamespace=true
- ServerSideApply=true
source:
chart: cod-smoketests
repoURL: ${var.ipa_smoketest_repo}
Expand Down Expand Up @@ -866,6 +867,7 @@ spec:
prune: true
syncOptions:
- CreateNamespace=true
- ServerSideApply=true
retry:
limit: 8
backoff:
Expand Down Expand Up @@ -1028,6 +1030,7 @@ spec:
prune: true
syncOptions:
- CreateNamespace=${each.value.createNamespace}
- ServerSideApply=true
source:
chart: ${each.value.chart}
repoURL: ${each.value.repo}
Expand Down
3 changes: 3 additions & 0 deletions ipa.tf
Original file line number Diff line number Diff line change
Expand Up @@ -1348,6 +1348,7 @@ spec:
prune: true
syncOptions:
- CreateNamespace=true
- ServerSideApply=true
source:
chart: cod-smoketests
Expand Down Expand Up @@ -1444,6 +1445,7 @@ spec:
prune: true
syncOptions:
- CreateNamespace=true
- ServerSideApply=true
source:
chart: ipa
repoURL: ${var.ipa_repo}
Expand Down Expand Up @@ -1628,6 +1630,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 744b38f

Please sign in to comment.