From fe4becaa1fac2ee7171186c84d1b3a9e1dc1bf5b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Simen=20R=C3=B8stvik?= Date: Mon, 5 Dec 2022 14:16:23 +0100 Subject: [PATCH] ccc --- Charts/argo-cd/values.yaml | 15 +++++---------- 1 file changed, 5 insertions(+), 10 deletions(-) diff --git a/Charts/argo-cd/values.yaml b/Charts/argo-cd/values.yaml index 1d12371..542270f 100644 --- a/Charts/argo-cd/values.yaml +++ b/Charts/argo-cd/values.yaml @@ -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