fix: disable auto-sync on argocd Application

Allows manual Service edits (e.g. NodePort for temp access) without self-heal reverting them.
This commit is contained in:
2026-07-21 10:41:20 +07:00
parent 02b4f1f926
commit 7dda8715c1

View File

@@ -20,7 +20,3 @@ spec:
destination: destination:
server: https://kubernetes.default.svc server: https://kubernetes.default.svc
namespace: argocd namespace: argocd
syncPolicy:
automated:
prune: true
selfHeal: true