Documentation: fix kubernetes config examples (#6468)

This commit is contained in:
Adam
2026-03-27 16:17:54 -05:00
committed by GitHub
parent 45af25d6ce
commit b37645b8d0

View File

@@ -20,13 +20,13 @@ helm install my-release jameswynn/homepage
Set the `mode` in the `kubernetes.yaml` to `cluster`.
```yaml
mode: default
mode: cluster
```
To enable Kubernetes gateway-api compatibility, set `route` to `gateway`.
To enable Kubernetes gateway-api compatibility, set `gateway` to `true`.
```yaml
route: gateway
gateway: true
```
## Widgets