add configmap for argocd

This commit is contained in:
Aaron Riedel 2023-04-23 05:57:57 +02:00
parent 02a123fe1f
commit 6efe28a8ef
Signed by: aaron
GPG key ID: 643004654D40D577

16
argo/cm.yaml Normal file
View file

@ -0,0 +1,16 @@
---
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