This commit is contained in:
Simen Røstvik 2022-12-05 14:40:48 +01:00
parent 6fd8ace242
commit f9b95d51c4
No known key found for this signature in database

View File

@ -18,13 +18,12 @@ argo-cd:
url: https://argoproj.github.io/argo-helm url: https://argoproj.github.io/argo-helm
configs: configs:
cm: cm:
resource.customizations.health: resource.customizations.health.networking.k8s.io_Ingress: |
networking.k8s.io_Ingress: |
hs = {} hs = {}
hs.status = "Healthy" hs.status = "Healthy"
return hs return hs
cert-manager.io_Certificate: | resource.customizations.health.cert-manager.io_Certificate: |
hs = {} hs = {}
if obj.status ~= nil then if obj.status ~= nil then
if obj.status.conditions ~= nil then if obj.status.conditions ~= nil then