Skip to content

Commit 7ab9ddc

Browse files
author
Krzysztof Romanowski
committed
add ignoreDifferences to app.istiod
1 parent 224b0b1 commit 7ab9ddc

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

example/helm/app.istiod.yaml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,11 @@ spec:
2222
- repoURL: https://github.com/kromanow94/kubeflow-manifests.git
2323
targetRevision: kubeflow-0.5.0-rc.2
2424
ref: values
25+
ignoreDifferences:
26+
- group: admissionregistration.k8s.io
27+
jqPathExpressions:
28+
- .webhooks[] | .failurePolicy
29+
kind: ValidatingWebhookConfiguration
2530
syncPolicy:
2631
automated:
2732
prune: true

0 commit comments

Comments
 (0)