Skip to content

Commit

Permalink
feat: allow istio configmap to be customized by users
Browse files Browse the repository at this point in the history
Signed-off-by: John Pease <[email protected]>
  • Loading branch information
jaypz committed Dec 17, 2024
1 parent aeb9caa commit 9bb4565
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions istio-ambient/istio-base/istio.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,13 @@ metadata:
namespace: argocd
spec:
ignoreDifferences:
# Allow users to modify mesh config if needed for testing
- kind: ConfigMap
group: ""
name: istio
jsonPointers:
- /data
# Kind issue
- kind: ValidatingWebhookConfiguration
group: "admissionregistration.k8s.io"
jsonPointers:
Expand Down

0 comments on commit 9bb4565

Please sign in to comment.