disable autosync

This commit is contained in:
Linus Vogel 2026-06-27 16:30:55 +02:00
parent 50da79b7d0
commit b3ef5ebfc2
2 changed files with 1 additions and 11 deletions

View File

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

View File

@ -15,9 +15,6 @@ spec:
destination: destination:
server: https://kubernetes.default.svc server: https://kubernetes.default.svc
namespace: istio-system namespace: istio-system
syncPolicy:
automated:
selfHeal: true
--- ---
apiVersion: argoproj.io/v1alpha1 apiVersion: argoproj.io/v1alpha1
kind: Application kind: Application
@ -36,6 +33,3 @@ spec:
destination: destination:
server: https://kubernetes.default.svc server: https://kubernetes.default.svc
namespace: istio-system namespace: istio-system
syncPolicy:
automated:
selfHeal: true