Skip to content

Commit fab5884

Browse files
authored
Update password-reset.md (#575)
1 parent a9d0756 commit fab5884

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

admin/access-control/password-reset.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,9 @@ If you need to reset the password for a site admin, you can do so using coderd's
3131
To reset the password, run the following in the terminal:
3232

3333
```console
34+
# point to the coder namespace
35+
kubectl config set-context --current --namespace=coder
36+
3437
# get any coderd pod
3538
kubectl get pods | grep coderd- | awk '{print $1}' | head -n1
3639

0 commit comments

Comments
 (0)