mirror of https://github.com/istio/istio.io.git
Add namespace to gateway yaml for consistency (#7187)
Fixes https://github.com/istio/istio/issues/23373
This commit is contained in:
parent
737e8d90a3
commit
d6f3a40e15
|
@ -437,6 +437,7 @@ spec:
|
|||
components:
|
||||
ingressGateways:
|
||||
- name: ilb-gateway
|
||||
namespace: user-ingressgateway-ns
|
||||
enabled: true
|
||||
# Copy settings from istio-ingressgateway as needed.
|
||||
values:
|
||||
|
|
Loading…
Reference in New Issue