mirror of https://github.com/istio/istio.io.git
the Dual Stack feature flag has been uniformed as ISTIO_DUAL_STACK based on PR#43892 (#13542)
This commit is contained in:
parent
e1c589604f
commit
e7f191a698
|
@ -65,7 +65,7 @@ EOF
|
|||
meshConfig:
|
||||
defaultConfig:
|
||||
proxyMetadata:
|
||||
ISTIO_AGENT_DUAL_STACK: "true"
|
||||
ISTIO_DUAL_STACK: "true"
|
||||
values:
|
||||
pilot:
|
||||
env:
|
||||
|
|
|
@ -80,7 +80,7 @@ EOF
|
|||
meshConfig:
|
||||
defaultConfig:
|
||||
proxyMetadata:
|
||||
ISTIO_AGENT_DUAL_STACK: "true"
|
||||
ISTIO_DUAL_STACK: "true"
|
||||
values:
|
||||
pilot:
|
||||
env:
|
||||
|
|
Loading…
Reference in New Issue