From 7dda8715c10f9d3dec9bb08b897e24025a022fa9 Mon Sep 17 00:00:00 2001 From: duynguyen Date: Tue, 21 Jul 2026 10:41:20 +0700 Subject: [PATCH] fix: disable auto-sync on argocd Application Allows manual Service edits (e.g. NodePort for temp access) without self-heal reverting them. --- bootstrap/apps/argocd.yaml | 4 ---- 1 file changed, 4 deletions(-) diff --git a/bootstrap/apps/argocd.yaml b/bootstrap/apps/argocd.yaml index 531d785..895c19d 100644 --- a/bootstrap/apps/argocd.yaml +++ b/bootstrap/apps/argocd.yaml @@ -20,7 +20,3 @@ spec: destination: server: https://kubernetes.default.svc namespace: argocd - syncPolicy: - automated: - prune: true - selfHeal: true