docs: fix kubeprism typo

Fix a small typo ion the KubePrism howto.

Signed-off-by: Tim Jones <tim.jones@siderolabs.com>
This commit is contained in:
Tim Jones 2023-08-17 23:58:08 +02:00
parent 0cdcb2e0e8
commit c8b507fb26
No known key found for this signature in database
GPG Key ID: A2A702DD5B689F45

View File

@ -23,7 +23,7 @@ To enable KubePrism, apply the following machine config patch either during the
```yaml ```yaml
machine: machine:
features: features:
kubeprism: kubePrism:
enabled: true enabled: true
port: 7445 port: 7445
``` ```