core-deployments/argo/cm.yaml

24 lines
468 B
YAML
Raw Normal View History

2023-04-23 05:57:57 +02:00
---
kind: ConfigMap
apiVersion: v1
metadata:
name: argocd-cm
namespace: argocd
labels:
app.kubernetes.io/name: argocd-cm
app.kubernetes.io/part-of: argocd
data:
2024-02-18 14:07:22 +01:00
server.insecure: "true"
2023-04-23 05:57:57 +02:00
resource.customizations: |
networking.k8s.io/Ingress:
health.lua: |
hs = {}
hs.status = "Healthy"
return hs
resource.exclusions: |
2023-10-23 17:15:26 +02:00
- apiGroups:
- cilium.io
kinds:
- CiliumIdentity
clusters:
- "*"