21 lines
594 B
YAML
21 lines
594 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 must be installed.
|
||
|
cni:
|
||
|
cniBinDir: /var/lib/cni/bin
|
||
|
cniConfDir: /etc/cni/multus/net.d
|
||
|
chained: false
|
||
|
cniConfFileName: "istio-cni.conf"
|
||
|
logLevel: info
|
||
|
provider: "multus"
|
||
|
global:
|
||
|
platform: openshift
|
||
|
pilot:
|
||
|
cni:
|
||
|
enabled: true
|
||
|
provider: "multus"
|
||
|
platform: openshift
|