Files
cluster-state/infrastructure/argocd/argocd-users.yaml
2026-06-03 21:13:25 +02:00

19 lines
433 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
accounts.ntiebor: login