Skip to content

Commit 6275d2a

Browse files
authored
Merge pull request #37468 from wynterwang/patch-2
[zh] Fix secrets-good-practices page render error
2 parents fd1b9bc + f5cedb2 commit 6275d2a

File tree

1 file changed

+3
-6
lines changed

1 file changed

+3
-6
lines changed

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

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -15,18 +15,15 @@ weight: 70
1515

1616
<!-- overview -->
1717

18-
<!--
19-
{{<glossary_definition prepend="In Kubernetes, a Secret is an object that"
18+
{{<glossary_definition prepend="在 Kubernetes 中,Secret 是这样一个对象:"
2019
term_id="secret" length="all">}}
2120

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

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

0 commit comments

Comments
 (0)