diff --git a/argo/cm.yaml b/argo/cm.yaml new file mode 100644 index 0000000..d66f302 --- /dev/null +++ b/argo/cm.yaml @@ -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