Skip to content

Commit

Permalink
Update rotate-credentials.md
Browse files Browse the repository at this point in the history
Updated an outdated command (removed the `--wait` flag, but not opposed to putting it back in); explicitly labeled the password as new
  • Loading branch information
erinecon committed Sep 6, 2024
1 parent ad6aa6b commit 83e9a49
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/how-to/rotate-credentials.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ To rotate credentials for the admin account and invalidate all logged in user se
`rotate-credentials` action.

```
juju run-action jenkins-k8s/0 rotate-credentials --wait
juju run jenkins-k8s/0 rotate-credentials
```

The output should look similar to the contents below:
Expand All @@ -16,7 +16,7 @@ unit-jenkins-k8s-0:
UnitId: jenkins-k8s/0
id: "1"
results:
password: <password>
password: <new password>
status: completed
timing:
completed: <timestamp>
Expand Down

0 comments on commit 83e9a49

Please sign in to comment.