Skip to content

Commit

Permalink
fix: ignoredifferences and use values for consistency
Browse files Browse the repository at this point in the history
additionally updated docs to add a note on the built in path-based routing feature

Signed-off-by: John Pease <[email protected]>
  • Loading branch information
jaypz committed Dec 16, 2024
1 parent 9da013d commit aeb9caa
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 16 deletions.
4 changes: 3 additions & 1 deletion istio-ambient/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,4 +29,6 @@ Kiali: https://kiali.cnoe.localtest.me:8443/

Grafana: https://grafana.cnoe.localtest.me:8443/

# Example Gateway and Application coming soon
Path based routing using idpbuilder's `--use-path-routing` flag is not required and has not been tested

Path based routing and other traffic shaping can be setup using istio - gateway and application examples coming soon
27 changes: 12 additions & 15 deletions istio-ambient/istio-base/istio.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,38 +4,37 @@ metadata:
name: 'istio-system'
namespace: argocd
spec:
ignoreDifferences:
- kind: ValidatingWebhookConfiguration
group: "admissionregistration.k8s.io"
jsonPointers:
- /webhooks
project: default
sources:
- repoURL: 'https://istio-release.storage.googleapis.com/charts'
targetRevision: 1.24.1
helm:
parameters:
- name: 'profile'
value: 'ambient'
valuesObject:
profile: ambient
chart: cni
- repoURL: 'https://istio-release.storage.googleapis.com/charts'
targetRevision: 1.24.1
helm:
parameters:
- name: 'profile'
value: 'ambient'
valuesObject:
profile: ambient
chart: base
- repoURL: 'https://istio-release.storage.googleapis.com/charts'
targetRevision: 1.24.1
chart: ztunnel
helm:
parameters:
- name: 'profile'
value: 'ambient'
valuesObject:
profile: ambient
- repoURL: 'https://istio-release.storage.googleapis.com/charts'
targetRevision: 1.24.1
chart: istiod
helm:
parameters:
- name: 'profile'
value: 'ambient'
# Tracing Config
valuesObject:
profile: ambient
meshConfig:
defaultProviders:
metrics:
Expand All @@ -58,7 +57,5 @@ spec:
syncPolicy:
automated:
prune: true
# Turned off, validating webhook shows out of sync when setup in idpbuilder
selfHeal: false
syncOptions:
- CreateNamespace=true

0 comments on commit aeb9caa

Please sign in to comment.