diff --git a/istio-ambient/README.md b/istio-ambient/README.md index 9643091..1d1397b 100644 --- a/istio-ambient/README.md +++ b/istio-ambient/README.md @@ -29,4 +29,6 @@ Kiali: https://kiali.cnoe.localtest.me:8443/ Grafana: https://grafana.cnoe.localtest.me:8443/ -# Example Gateway and Application coming soon \ No newline at end of file +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 \ No newline at end of file diff --git a/istio-ambient/istio-base/istio.yaml b/istio-ambient/istio-base/istio.yaml index ee51734..db978b6 100644 --- a/istio-ambient/istio-base/istio.yaml +++ b/istio-ambient/istio-base/istio.yaml @@ -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: @@ -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