[zh] Fix secret name to be consistent with examples

pull/29090/head
Mengjiao Liu 2021-07-23 10:29:27 +08:00
parent e92c299996
commit 68c66893ab
1 changed files with 1 additions and 1 deletions

View File

@ -104,7 +104,7 @@ run the following command:
可以像下面一样执行命令:
```shell
kubectl create secret generic dev-db-secret \
kubectl create secret generic db-user-pass \
--from-literal=username=devuser \
--from-literal=password='S!B\*d$zDsb='
```