Argocd server-side-apply

This commit is contained in:
Seth Call 2025-11-20 06:44:34 -06:00
parent 001f621769
commit bce8ed9473
4 changed files with 18 additions and 15 deletions

View File

@ -17,6 +17,7 @@ spec:
syncPolicy:
syncOptions:
- CreateNamespace=true
- ServerSideApply=true
automated:
prune: true
retry:

View File

@ -11,14 +11,15 @@ spec:
repoURL: 'git@bitbucket.org:jamkazam/video-iac.git'
targetRevision: ${BITBUCKET_BRANCH}
project: default
# syncPolicy:
# syncOptions:
# - CreateNamespace=true
# automated:
# prune: true
# retry:
# limit: 5
# backoff:
# duration: 5s
# factor: 2
# maxDuration: 3m
syncPolicy:
syncOptions:
- CreateNamespace=true
- ServerSideApply=true
automated:
prune: true
retry:
limit: 5
backoff:
duration: 5s
factor: 2
maxDuration: 3m

View File

@ -17,7 +17,7 @@ spec:
syncPolicy:
syncOptions:
- CreateNamespace=true
automated:
- ServerSideApply=true automated:
prune: true
allowEmpty: false
retry:

View File

@ -17,6 +17,7 @@ spec:
syncPolicy:
syncOptions:
- CreateNamespace=true
- ServerSideApply=true
automated:
prune: true
allowEmpty: false