This commit is contained in:
Simen Røstvik 2022-12-05 14:24:52 +01:00
parent fe4becaa1f
commit 60e282a7e1

View File

@ -16,8 +16,9 @@ argo-cd:
- type: helm - type: helm
name: argo-cd name: argo-cd
url: https://argoproj.github.io/argo-helm url: https://argoproj.github.io/argo-helm
configs:
resource.customizations.health.networking.k8s.io_Ingress: | cm:
hs = {} resource.customizations.health.networking.k8s.io_Ingress: |
hs.status = "Healthy" hs = {}
return hs hs.status = "Healthy"
return hs