Documentation: fix kubernetes config examples (#6468)
This commit is contained in:
parent
45af25d6ce
commit
b37645b8d0
1 changed files with 3 additions and 3 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue