From 0415f8e92f4bdb1fe1a827ce63875c2123d8e289 Mon Sep 17 00:00:00 2001 From: dvirlabs <114520947+dvirlabs@users.noreply.github.com> Date: Wed, 7 May 2025 15:18:30 +0300 Subject: [PATCH] disable autosync --- applicationsets/prometheus-appset.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/applicationsets/prometheus-appset.yaml b/applicationsets/prometheus-appset.yaml index 091fa69..ebedad7 100644 --- a/applicationsets/prometheus-appset.yaml +++ b/applicationsets/prometheus-appset.yaml @@ -31,8 +31,8 @@ spec: server: https://kubernetes.default.svc namespace: monitoring syncPolicy: - automated: - prune: true - selfHeal: true + # automated: + # prune: true + # selfHeal: true syncOptions: - CreateNamespace=true \ No newline at end of file