Skip to content

Commit e9e90bf

Browse files
authored
Merge pull request #23652 from feranwq/patch-3
update secret.md fix typo
2 parents dcb611d + 33c8267 commit e9e90bf

File tree

1 file changed

+1
-1
lines changed
  • content/zh/docs/concepts/configuration

1 file changed

+1
-1
lines changed

content/zh/docs/concepts/configuration/secret.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -166,7 +166,7 @@ kubectl create secret generic dev-db-secret \
166166
You do not need to escape special characters in passwords from files (`--from-file`).
167167
-->
168168
{{< note >}}
169-
特殊字符(例如 `$``*``*``=``!`)可能会被你的
169+
特殊字符(例如 `$``\``*``=``!`)可能会被你的
170170
[Shell](https://en.wikipedia.org/wiki/Shell_(computing)) 解析,因此需要转义。
171171
在大多数 Shell 中,对密码进行转义的最简单方式是使用单引号(`'`)将其扩起来。
172172
例如,如果您的实际密码是 `S!B\*d$zDsb=` ,则应通过以下方式执行命令:

0 commit comments

Comments
 (0)