diff --git a/bootstrap/argocd/values-prod.yaml b/bootstrap/argocd/values-prod.yaml index d3023298..be6738f2 100644 --- a/bootstrap/argocd/values-prod.yaml +++ b/bootstrap/argocd/values-prod.yaml @@ -23,11 +23,6 @@ argo-cd: end end return hs - networking.k8s.io/Ingress: - health.lua: | - hs = {} - hs.status = "Healthy" - return hs resource.customizations.ignoreDifferences.admissionregistration.k8s.io_MutatingWebhookConfiguration: | jqPathExpressions: - '.webhooks[]?.clientConfig.caBundle' diff --git a/bootstrap/root/templates/bootstrap.yaml b/bootstrap/root/templates/bootstrap.yaml index f1437a1d..b85fe000 100644 --- a/bootstrap/root/templates/bootstrap.yaml +++ b/bootstrap/root/templates/bootstrap.yaml @@ -74,11 +74,6 @@ spec: end end return hs - networking.k8s.io/Ingress: - health.lua: | - hs = {} - hs.status = "Healthy" - return hs controller: metrics: enabled: true