docs: fix kubectl command (#4078)

This commit is contained in:
Florian Forster
2022-07-29 17:19:17 +02:00
committed by GitHub
parent 6e6f5d5f17
commit 25baeb05ff

View File

@@ -34,7 +34,7 @@ helm install --namespace zitadel --create-namespace my-zitadel zitadel/zitadel \
### Forward the ZITADEL service port to your local machine
```bash
kubectl port-forward svc/my-zitadel 8080:80
kubectl -n zitadel port-forward svc/my-zitadel 8080:8080
```
<DefaultUser components={props.components} />