Skip to content

Commit 007de11

Browse files
fix: adjust the kubectl exec example
1 parent 2a2851e commit 007de11

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/admin/users/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -173,7 +173,7 @@ coder reset-password <username>
173173
### Resetting a password on Kubernetes
174174

175175
```shell
176-
kubectl exec -it deployment/coder /bin/bash -n coder
176+
kubectl exec -it deployment/coder -n coder -- /bin/bash
177177

178178
coder reset-password <username>
179179
```

0 commit comments

Comments
 (0)