Skip to content

Commit

Permalink
Add ServerSideApply to ipa
Browse files Browse the repository at this point in the history
  • Loading branch information
ltellesfl committed Nov 21, 2024
1 parent 0b6354e commit d19be4a
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 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
2 changes: 2 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

0 comments on commit d19be4a

Please sign in to comment.