From bfc862a9ba0b1f9f987b9782ba4304cf1f643eab Mon Sep 17 00:00:00 2001 From: Erich Blume Date: Tue, 20 Jan 2026 11:02:35 -0800 Subject: [PATCH] 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 --- argocd/apps/apps.yaml | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/argocd/apps/apps.yaml b/argocd/apps/apps.yaml index ec0d5ac..3567bdc 100644 --- a/argocd/apps/apps.yaml +++ b/argocd/apps/apps.yaml @@ -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