Skip to content

Commit 8db8d6a

Browse files
Fix references to korifi-gateway in INSTALL.md
1 parent 6e8029a commit 8db8d6a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

INSTALL.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ Follow the dynamic provisioning [instructions](https://projectcontour.io/docs/1.
9494
controllerName: projectcontour.io/gateway-controller
9595
EOF
9696
```
97-
- You DO NOT need to create a gateway as per the instructions. The Korifi helm chart defines a gateway that will be used for all korifi ingress traffic. The gateway will be created in the `korifi-gateway` namespace.
97+
- You DO NOT need to create a gateway as per the instructions. The Korifi helm chart defines a gateway that will be used for all korifi ingress traffic. The gateway will be created in the `$KORIFI_GATEWAY_NAMESPACE` namespace.
9898
9999
### Metrics Server
100100
@@ -261,7 +261,7 @@ kubectl get service envoy -n projectcontour -ojsonpath='{.status.loadBalancer.in
261261
If you used dynamic provisioning of a Contour gateway, discover your endpoint with:
262262
263263
```sh
264-
kubectl get service envoy-korifi -n korifi-gateway -ojsonpath='{.status.loadBalancer.ingress[0]}'
264+
kubectl get service envoy-korifi -n $KORIFI_GATEWAY_NAMESPACE -ojsonpath='{.status.loadBalancer.ingress[0]}'
265265
```
266266
267267
It may take some time before the address is available. Retry this until you see a result.

0 commit comments

Comments
 (0)