Change apps to manual sync policy
Auto-sync was causing issues with testing feature branches - manual changes to targetRevision were being reverted. Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
This commit is contained in:
parent
21f95cf0e9
commit
bfc862a9ba
1 changed files with 2 additions and 4 deletions
|
|
@ -15,9 +15,7 @@ spec:
|
|||
server: https://kubernetes.default.svc
|
||||
namespace: argocd
|
||||
syncPolicy:
|
||||
automated:
|
||||
prune: true
|
||||
# selfHeal disabled: allows manual revision changes on child apps during development
|
||||
# Sync apps app manually when adding/removing Application manifests
|
||||
syncOptions:
|
||||
- CreateNamespace=true
|
||||
# Manual sync only - no automated sync on git push
|
||||
# To pick up new apps: argocd app sync apps
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue