This commit is contained in:
Simen Røstvik 2022-12-05 14:24:52 +01:00
parent 397b3257a5
commit 769fe81038
No known key found for this signature in database

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