diff
This commit is contained in:
parent
ce6394a982
commit
7fbf0fe073
@ -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
|
||||
|
@ -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:
|
||||
|
Loading…
Reference in New Issue
Block a user