[zh] Fix secret name to be consistent with examples

This commit is contained in:
Mengjiao Liu
2021-07-23 10:29:27 +08:00
parent e92c299996
commit 68c66893ab
@@ -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='
```