Merge pull request #29090 from mengjiao-liu/fix-secret-name-zh

[zh] Fix secret name to be consistent with examples
pull/29100/head
Kubernetes Prow Robot 2021-07-22 23:53:16 -07:00 committed by GitHub
commit a3b42b55ed
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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='
```