Skip to content

Commit 56d177d

Browse files
authored
Merge pull request #33245 from chengleqi/patch-1
Update configure-projected-volume-storage.md
2 parents 059cd73 + 10e566a commit 56d177d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

content/zh/docs/tasks/configure-pod-container/configure-projected-volume-storage.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ Here is the configuration file for the Pod:
5959
```shell
6060
# 创建包含用户名和密码的文件:
6161
echo -n "admin" > ./username.txt
62-
echo -n "1f2d1e2e67df" > ./password.txt-->
62+
echo -n "1f2d1e2e67df" > ./password.txt
6363

6464
# 将上述文件引用到 Secret:
6565
kubectl create secret generic user --from-file=./username.txt

0 commit comments

Comments
 (0)