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:
@@ -3,7 +3,17 @@ 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
|
||||
|
||||
Reference in New Issue
Block a user