test2
This commit is contained in:
parent
a3e6f1db3a
commit
47a18bf267
@ -18,13 +18,12 @@ argo-cd:
|
||||
url: https://argoproj.github.io/argo-helm
|
||||
configs:
|
||||
cm:
|
||||
resource.customizations.health:
|
||||
networking.k8s.io_Ingress: |
|
||||
resource.customizations.health.networking.k8s.io_Ingress: |
|
||||
hs = {}
|
||||
hs.status = "Healthy"
|
||||
return hs
|
||||
|
||||
cert-manager.io_Certificate: |
|
||||
resource.customizations.health.cert-manager.io_Certificate: |
|
||||
hs = {}
|
||||
if obj.status ~= nil then
|
||||
if obj.status.conditions ~= nil then
|
||||
|
Loading…
Reference in New Issue
Block a user