Skip to content

Commit e8b498e

Browse files
authored
Fix secret name to be consistent with examples
1 parent 1454c2a commit e8b498e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

content/en/docs/tasks/configmap-secret/managing-secret-using-kubectl.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ single quotes (`'`). For example, if your password is `S!B\*d$zDsb=`,
6767
run the following command:
6868

6969
```shell
70-
kubectl create secret generic dev-db-secret \
70+
kubectl create secret generic db-user-pass \
7171
--from-literal=username=devuser \
7272
--from-literal=password='S!B\*d$zDsb='
7373
```

0 commit comments

Comments
 (0)