Skip to content

Commit

Permalink
fix: Add additional configs to istio with cnao
Browse files Browse the repository at this point in the history
Signed-off-by: aerosouund <[email protected]>
  • Loading branch information
aerosouund committed Jan 26, 2025
1 parent aba8d06 commit 3a5b5f1
Showing 1 changed file with 7 additions and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
apiVersion: install.istio.io/v1alpha1
kind: IstioOperator
metadata:
namespace: istio-system
Expand All @@ -21,3 +20,10 @@ spec:
- istio-system
- kube-system
logLevel: debug
pilot:
cni:
enabled: true
provider: "multus"
sidecarInjectorWebhook:
injectedAnnotations:
k8s.v1.cni.cncf.io/networks: istio-cni

0 comments on commit 3a5b5f1

Please sign in to comment.