diff
This commit is contained in:
parent
08792e178c
commit
53f01f51c8
@ -41,6 +41,11 @@ argo-cd:
|
|||||||
hs.status = "Healthy"
|
hs.status = "Healthy"
|
||||||
return hs
|
return hs
|
||||||
|
|
||||||
|
? resource.customizations.ignoreDifferences.admissionregistration.k8s.io_MutatingWebhookConfiguration
|
||||||
|
: |
|
||||||
|
jqPathExpressions:
|
||||||
|
- '.webhooks[]?.clientConfig.caBundle'
|
||||||
|
|
||||||
resource.customizations.health.cert-manager.io_Certificate: |
|
resource.customizations.health.cert-manager.io_Certificate: |
|
||||||
hs = {}
|
hs = {}
|
||||||
if obj.status ~= nil then
|
if obj.status ~= nil then
|
||||||
|
@ -10,11 +10,6 @@ spec:
|
|||||||
server: https://kubernetes.default.svc
|
server: https://kubernetes.default.svc
|
||||||
namespace: vault
|
namespace: vault
|
||||||
project: default
|
project: default
|
||||||
ignoreDifferences:
|
|
||||||
- group: admissionregistration.k8s.io
|
|
||||||
kind: MutatingAdmissionWebhookConfiguration
|
|
||||||
jsonPointers:
|
|
||||||
- webhooks/0/clientConfig/caBundle
|
|
||||||
source:
|
source:
|
||||||
chart: vault
|
chart: vault
|
||||||
helm:
|
helm:
|
||||||
|
Loading…
Reference in New Issue
Block a user