From 7fbf0fe0731ec5747363f0aaa8e2afa215bef90c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Simen=20R=C3=B8stvik?= Date: Thu, 15 Dec 2022 11:51:55 +0100 Subject: [PATCH] diff --- Charts/argo-cd/values.yaml | 5 +++++ apps/templates/vault.yaml | 5 ----- 2 files changed, 5 insertions(+), 5 deletions(-) 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: