core-deployments/argo/cm.yaml
Aaron Riedel c696104e0c
All checks were successful
continuous-integration/drone/push Build is passing
try to fix argocd configmap
2023-10-23 17:15:26 +02:00

23 lines
No EOL
442 B
YAML

---
kind: ConfigMap
apiVersion: v1
metadata:
name: argocd-cm
namespace: argocd
labels:
app.kubernetes.io/name: argocd-cm
app.kubernetes.io/part-of: argocd
data:
resource.customizations: |
networking.k8s.io/Ingress:
health.lua: |
hs = {}
hs.status = "Healthy"
return hs
resource.exclusions: |
- apiGroups:
- cilium.io
kinds:
- CiliumIdentity
clusters:
- "*"