From f33c9895db547b765fde6c71cf2490e7d7d2383d Mon Sep 17 00:00:00 2001 From: dvirlabs Date: Tue, 24 Jun 2025 19:28:49 +0300 Subject: [PATCH] Disable auto sync for prom and grafana --- applicationsets/grafana-appset.yaml | 12 ++++++------ applicationsets/prometheus-appset.yaml | 10 +++++----- applicationsets/prometheus-scrape-config.yaml | 8 ++++---- 3 files changed, 15 insertions(+), 15 deletions(-) diff --git a/applicationsets/grafana-appset.yaml b/applicationsets/grafana-appset.yaml index 13fd493..0c84413 100644 --- a/applicationsets/grafana-appset.yaml +++ b/applicationsets/grafana-appset.yaml @@ -30,9 +30,9 @@ spec: destination: server: https://kubernetes.default.svc namespace: monitoring - syncPolicy: - automated: - prune: true - selfHeal: true - syncOptions: - - CreateNamespace=true \ No newline at end of file + syncPolicy: {} + # automated: + # prune: true + # selfHeal: true + # syncOptions: + # - CreateNamespace=true \ No newline at end of file diff --git a/applicationsets/prometheus-appset.yaml b/applicationsets/prometheus-appset.yaml index d0fcad8..4f76044 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 - syncOptions: - - CreateNamespace=true + automated: {} + # prune: true + # selfHeal: true + # syncOptions: + # - CreateNamespace=true diff --git a/applicationsets/prometheus-scrape-config.yaml b/applicationsets/prometheus-scrape-config.yaml index 2af8740..a252aae 100644 --- a/applicationsets/prometheus-scrape-config.yaml +++ b/applicationsets/prometheus-scrape-config.yaml @@ -21,7 +21,7 @@ spec: destination: server: https://kubernetes.default.svc namespace: monitoring - syncPolicy: - automated: - prune: true - selfHeal: true + syncPolicy: {} + # automated: + # prune: true + # selfHeal: true