fix: ArgoCD Labels wiederherstellen + resource.customizations sichern

Helm-Labels (app.kubernetes.io/part-of: argocd) auf den System-ConfigMaps
fehlten nach dem Apply und haben den Informer-Cache beim Pod-Neustart
gebrochen. Außerdem resource.customizations aus dem Cluster gesichert.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
HDW
2026-06-03 21:05:39 +02:00
parent fb25dc8299
commit ce158fe915
3 changed files with 16 additions and 0 deletions

View File

@@ -3,6 +3,9 @@ kind: ConfigMap
metadata:
name: argocd-rbac-cm
namespace: argocd
labels:
app.kubernetes.io/name: argocd-rbac-cm
app.kubernetes.io/part-of: argocd
data:
# Unangemeldete / unbekannte User haben keinen Zugriff
policy.default: role:''