mirror of
https://github.com/zitadel/zitadel.git
synced 2025-02-28 20:17:23 +00:00
docs: fix kubectl command (#4078)
This commit is contained in:
parent
6e6f5d5f17
commit
25baeb05ff
@ -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} />
|
||||
|
Loading…
x
Reference in New Issue
Block a user