From 177e81da5de255736c8d4c8331db86feb9d57150 Mon Sep 17 00:00:00 2001 From: Marco van Zijl Date: Sun, 4 May 2025 13:28:41 +0200 Subject: [PATCH] Fix: Add sync options for server-side apply in kube-prometheus-stack configuration --- applications/templates/kube-prometheus-stack.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/applications/templates/kube-prometheus-stack.yaml b/applications/templates/kube-prometheus-stack.yaml index 52f6719..445fbac 100644 --- a/applications/templates/kube-prometheus-stack.yaml +++ b/applications/templates/kube-prometheus-stack.yaml @@ -19,6 +19,8 @@ spec: automated: prune: true selfHeal: true + syncOptions: + - ServerSideApply=true source: chart: kube-prometheus-stack repoURL: https://prometheus-community.github.io/helm-charts