Argocd server-side-apply
This commit is contained in:
parent
001f621769
commit
bce8ed9473
|
|
@ -16,7 +16,8 @@ spec:
|
|||
project: default
|
||||
syncPolicy:
|
||||
syncOptions:
|
||||
- CreateNamespace=true
|
||||
- CreateNamespace=true
|
||||
- ServerSideApply=true
|
||||
automated:
|
||||
prune: true
|
||||
retry:
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -16,8 +16,8 @@ spec:
|
|||
project: default
|
||||
syncPolicy:
|
||||
syncOptions:
|
||||
- CreateNamespace=true
|
||||
automated:
|
||||
- CreateNamespace=true
|
||||
- ServerSideApply=true automated:
|
||||
prune: true
|
||||
allowEmpty: false
|
||||
retry:
|
||||
|
|
|
|||
|
|
@ -16,7 +16,8 @@ spec:
|
|||
project: default
|
||||
syncPolicy:
|
||||
syncOptions:
|
||||
- CreateNamespace=true
|
||||
- CreateNamespace=true
|
||||
- ServerSideApply=true
|
||||
automated:
|
||||
prune: true
|
||||
allowEmpty: false
|
||||
|
|
|
|||
Loading…
Reference in New Issue