This commit is contained in:
Simen Røstvik 2022-12-05 14:16:23 +01:00
parent 39bd7e8c12
commit 397b3257a5
No known key found for this signature in database

View File

@ -16,13 +16,8 @@ argo-cd:
- type: helm
name: argo-cd
url: https://argoproj.github.io/argo-helm
resource:
customizations: |
networking.k8s.io/Ingress:
health.lua: |
hs = {}
hs.status = "Healthy"
return hs
#applicationSet:
# nodeSelector:
# kubernetes.io/arch: amd64
resource.customizations.health.networking.k8s.io_Ingress: |
hs = {}
hs.status = "Healthy"
return hs