diff --git a/Charts/argo-cd/values.yaml b/Charts/argo-cd/values.yaml index 19365a1..6de401f 100644 --- a/Charts/argo-cd/values.yaml +++ b/Charts/argo-cd/values.yaml @@ -41,6 +41,11 @@ argo-cd: hs.status = "Healthy" return hs + ? resource.customizations.ignoreDifferences.admissionregistration.k8s.io_MutatingWebhookConfiguration + : | + jqPathExpressions: + - '.webhooks[]?.clientConfig.caBundle' + resource.customizations.health.cert-manager.io_Certificate: | hs = {} if obj.status ~= nil then diff --git a/apps/templates/vault.yaml b/apps/templates/vault.yaml index f733fae..ed26e07 100644 --- a/apps/templates/vault.yaml +++ b/apps/templates/vault.yaml @@ -10,11 +10,6 @@ spec: server: https://kubernetes.default.svc namespace: vault project: default - ignoreDifferences: - - group: admissionregistration.k8s.io - kind: MutatingAdmissionWebhookConfiguration - jsonPointers: - - webhooks/0/clientConfig/caBundle source: chart: vault helm: