Files
cluster-state/infrastructure/argocd/argocd-users.yaml
HDW ce158fe915 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>
2026-06-03 21:05:39 +02:00

20 lines
502 B
YAML

apiVersion: v1
kind: ConfigMap
metadata:
name: argocd-cm
namespace: argocd
labels:
app.kubernetes.io/name: argocd-cm
app.kubernetes.io/part-of: argocd
data:
url: https://argocd.unreg-hdw.de
resource.customizations: |
networking.k8s.io/Ingress:
health.lua: |
hs = {}
hs.status = "Healthy"
hs.message = "Ingress is healthy (custom check)"
return hs
# Weitere lokale User hier hinzufügen: accounts.<username>: login
# accounts.alice: login