Skip to content

Commit cabfdc7

Browse files
new username in "update rec cred secret" step
1 parent 8138c88 commit cabfdc7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

content/operate/kubernetes/security/manage-rec-credentials.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -116,10 +116,10 @@ The credentials can be used to access the Redis Enterprise admin console or the
116116

117117
1. Update the REC credential secret:
118118

119-
1. Save the existing username to a text file.
119+
1. Save the new username to a text file.
120120

121121
```bash
122-
echo -n "<current_username>" > username
122+
echo -n "<new_username>" > username
123123
```
124124

125125
1. Save the new password to a text file.

0 commit comments

Comments
 (0)