fix(prometheus): drop ServerSideApply — conflicts with managedNamespaceMetadata forced ns apply, blocked all syncs; CRDs installed out-of-band

This commit is contained in:
Story Crater Bot
2026-07-21 11:26:54 -07:00
parent f2f4a2580f
commit 26f7da3610
@@ -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