From b3ef5ebfc264a7046cc70289595c50db9f8ced0d Mon Sep 17 00:00:00 2001 From: Linus Vogel Date: Sat, 27 Jun 2026 16:30:55 +0200 Subject: [PATCH] disable autosync --- apps/argocd.yaml | 4 ---- apps/istio.yaml | 8 +------- 2 files changed, 1 insertion(+), 11 deletions(-) diff --git a/apps/argocd.yaml b/apps/argocd.yaml index 43463e7..885991b 100644 --- a/apps/argocd.yaml +++ b/apps/argocd.yaml @@ -16,7 +16,3 @@ spec: destination: server: https://kubernetes.default.svc namespace: argocd - syncPolicy: - automated: - prune: true - selfHeal: true diff --git a/apps/istio.yaml b/apps/istio.yaml index c2261a6..09ebc8d 100644 --- a/apps/istio.yaml +++ b/apps/istio.yaml @@ -15,9 +15,6 @@ spec: destination: server: https://kubernetes.default.svc namespace: istio-system - syncPolicy: - automated: - selfHeal: true --- apiVersion: argoproj.io/v1alpha1 kind: Application @@ -35,7 +32,4 @@ spec: - values.yaml destination: server: https://kubernetes.default.svc - namespace: istio-system - syncPolicy: - automated: - selfHeal: true \ No newline at end of file + namespace: istio-system \ No newline at end of file