test2
This commit is contained in:
parent
6fd8ace242
commit
f9b95d51c4
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user