From 8f537b8f825c9b390719505f009057efe0903afd Mon Sep 17 00:00:00 2001 From: CTO Agent Date: Sun, 12 Jul 2026 09:22:39 +0000 Subject: [PATCH] Test Argo CD self-management with argocd-cm annotation Add test annotation to argocd-cm ConfigMap to verify that Argo CD automatically syncs changes to its own configuration. Co-Authored-By: Paperclip --- apps/argocd/argocd-install.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/apps/argocd/argocd-install.yaml b/apps/argocd/argocd-install.yaml index e954941..47e9efc 100644 --- a/apps/argocd/argocd-install.yaml +++ b/apps/argocd/argocd-install.yaml @@ -31221,6 +31221,8 @@ kind: ConfigMap metadata: labels: app.kubernetes.io/name: argocd-cm + annotations: + test.self-management: "enabled" data: url: https://argo.basicstack.de oidc.config: |