Skip to content

Commit 502bd1f

Browse files
authored
[zh] Fix secrets-good-practices page render error
1 parent 1efa1e6 commit 502bd1f

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

content/zh-cn/docs/concepts/security/secrets-good-practices.md

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -18,15 +18,16 @@ weight: 70
1818
<!--
1919
{{<glossary_definition prepend="In Kubernetes, a Secret is an object that"
2020
term_id="secret" length="all">}}
21+
-->
22+
{{<glossary_definition prepend="在 Kubernetes 中,Secret 是这样一个对象:"
23+
term_id="secret" length="all">}}
2124

25+
<!--
2226
The following good practices are intended for both cluster administrators and
2327
application developers. Use these guidelines to improve the security of your
2428
sensitive information in Secret objects, as well as to more effectively manage
2529
your Secrets.
2630
-->
27-
{{<glossary_definition prepend="在 Kubernetes 中,Secret 是这样一个对象:"
28-
term_id="secret" length="all">}}
29-
3031
以下良好实践适用于集群管理员和应用开发者。遵从这些指导方针有助于提高 Secret 对象中敏感信息的安全性,
3132
还可以更有效地管理你的 Secret。
3233

@@ -212,4 +213,4 @@ Base64 encoding is _not_ an encryption method, it provides no additional
212213
confidentiality over plain text.
213214
-->
214215
Base64 编码 **不是** 一种加密方法,它没有为纯文本提供额外的保密机制。
215-
{{</caution>}}
216+
{{</caution>}}

0 commit comments

Comments
 (0)