Skip to content

Commit 1fc9c9f

Browse files
committed
change to helm chart values
Signed-off-by: Karol Szwaj <[email protected]>
1 parent 8c2c515 commit 1fc9c9f

File tree

2 files changed

+18
-26
lines changed

2 files changed

+18
-26
lines changed

site/content/en/latest/tasks/operations/gateway-namespace-mode.md

Lines changed: 9 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -34,23 +34,19 @@ Currently it is not supported to run Gateway Namespace Mode with Merged Gateways
3434

3535
## Configuration
3636

37-
To enable Gateway Namespace Mode, configure the `provider.kubernetes.deploy.type` field in your Envoy Gateway ConfigMap:
37+
To enable Gateway Namespace Mode, configure the `provider.kubernetes.deploy.type` field in your Envoy Gateway Helm chart values:
3838

3939
```yaml
40-
apiVersion: gateway.envoyproxy.io/v1alpha1
41-
kind: EnvoyGateway
42-
metadata:
43-
name: envoy-gateway
44-
namespace: envoy-gateway-system
45-
spec:
46-
provider:
47-
type: Kubernetes
48-
kubernetes:
49-
deploy:
50-
type: GatewayNamespace
40+
config:
41+
envoyGateway:
42+
provider:
43+
type: Kubernetes
44+
kubernetes:
45+
deploy:
46+
type: GatewayNamespace
5147
```
5248
53-
To install Envoy Gateway with Gateway Namespace Mode using Helm:
49+
You can also use this command to install Envoy Gateway with Gateway Namespace Mode using Helm:
5450
5551
```shell
5652
helm install \

site/content/en/v1.4/tasks/operations/gateway-namespace-mode.md

Lines changed: 9 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -34,23 +34,19 @@ Currently it is not supported to run Gateway Namespace Mode with Merged Gateways
3434

3535
## Configuration
3636

37-
To enable Gateway Namespace Mode, configure the `provider.kubernetes.deploy.type` field in your Envoy Gateway ConfigMap:
37+
To enable Gateway Namespace Mode, configure the `provider.kubernetes.deploy.type` field in your Envoy Gateway Helm chart values:
3838

3939
```yaml
40-
apiVersion: gateway.envoyproxy.io/v1alpha1
41-
kind: EnvoyGateway
42-
metadata:
43-
name: envoy-gateway
44-
namespace: envoy-gateway-system
45-
spec:
46-
provider:
47-
type: Kubernetes
48-
kubernetes:
49-
deploy:
50-
type: GatewayNamespace
40+
config:
41+
envoyGateway:
42+
provider:
43+
type: Kubernetes
44+
kubernetes:
45+
deploy:
46+
type: GatewayNamespace
5147
```
5248
53-
To install Envoy Gateway with Gateway Namespace Mode using Helm:
49+
You can also use this command to install Envoy Gateway with Gateway Namespace Mode using Helm:
5450
5551
```shell
5652
helm install \

0 commit comments

Comments
 (0)