Merge pull request #33245 from chengleqi/patch-1

Update configure-projected-volume-storage.md
pull/33248/head
Kubernetes Prow Robot 2022-04-26 22:24:09 -07:00 committed by GitHub
commit 56d177d0b4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -59,7 +59,7 @@ Here is the configuration file for the Pod:
```shell
# 创建包含用户名和密码的文件:
echo -n "admin" > ./username.txt
echo -n "1f2d1e2e67df" > ./password.txt-->
echo -n "1f2d1e2e67df" > ./password.txt
# 将上述文件引用到 Secret
kubectl create secret generic user --from-file=./username.txt