From 26f7da361011c8a58ca3211054248a5d063efe8b Mon Sep 17 00:00:00 2001 From: Story Crater Bot <19826264+Riotpiaole@users.noreply.github.com> Date: Tue, 21 Jul 2026 11:26:54 -0700 Subject: [PATCH] =?UTF-8?q?fix(prometheus):=20drop=20ServerSideApply=20?= =?UTF-8?q?=E2=80=94=20conflicts=20with=20managedNamespaceMetadata=20force?= =?UTF-8?q?d=20ns=20apply,=20blocked=20all=20syncs;=20CRDs=20installed=20o?= =?UTF-8?q?ut-of-band?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- k8s/argocd/apps/10-storage-observability.yaml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/k8s/argocd/apps/10-storage-observability.yaml b/k8s/argocd/apps/10-storage-observability.yaml index ef9a212..15c370f 100644 --- a/k8s/argocd/apps/10-storage-observability.yaml +++ b/k8s/argocd/apps/10-storage-observability.yaml @@ -110,7 +110,9 @@ spec: selfHeal: true syncOptions: - CreateNamespace=true - - ServerSideApply=true + # ServerSideApply removed — it conflicts with managedNamespaceMetadata's + # forced namespace apply ("--force cannot be used with --server-side"). + # The large monitoring CRDs are installed out-of-band instead. --- apiVersion: argoproj.io/v1alpha1 kind: Application