Skip to content

Commit a3b42b5

Browse files
authored
Merge pull request #29090 from mengjiao-liu/fix-secret-name-zh
[zh] Fix secret name to be consistent with examples
2 parents 8d5b42e + 68c6689 commit a3b42b5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@ run the following command:
104104
可以像下面一样执行命令:
105105

106106
```shell
107-
kubectl create secret generic dev-db-secret \
107+
kubectl create secret generic db-user-pass \
108108
--from-literal=username=devuser \
109109
--from-literal=password='S!B\*d$zDsb='
110110
```

0 commit comments

Comments
 (0)