21 lines
610 B
YAML
21 lines
610 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 ambient profile enables ambient mode. The Istiod, CNI, and ztunnel charts must be deployed
|
||
|
meshConfig:
|
||
|
defaultConfig:
|
||
|
proxyMetadata:
|
||
|
ISTIO_META_ENABLE_HBONE: "true"
|
||
|
global:
|
||
|
variant: distroless
|
||
|
pilot:
|
||
|
env:
|
||
|
PILOT_ENABLE_AMBIENT: "true"
|
||
|
cni:
|
||
|
ambient:
|
||
|
enabled: true
|
||
|
|
||
|
# Ztunnel doesn't use a namespace, so everything here is mostly for ztunnel
|
||
|
variant: distroless
|