20 lines
630 B
YAML
20 lines
630 B
YAML
# WARNING: DO NOT EDIT, THIS FILE IS A COPY.
|
|
# The original version of this file is located at /manifests/helm-profiles directory.
|
|
# If you want to make a change in this file, edit the original one and run "make gen".
|
|
|
|
# The OpenShift profile provides a basic set of settings to run Istio on OpenShift
|
|
cni:
|
|
cniBinDir: /var/lib/cni/bin
|
|
cniConfDir: /etc/cni/multus/net.d
|
|
chained: false
|
|
cniConfFileName: "istio-cni.conf"
|
|
provider: "multus"
|
|
pilot:
|
|
cni:
|
|
enabled: true
|
|
provider: "multus"
|
|
seLinuxOptions:
|
|
type: spc_t
|
|
# Openshift requires privileged pods to run in kube-system
|
|
trustedZtunnelNamespace: "kube-system"
|