Skip to content

Commit eee06d1

Browse files
authored
Add whitespace into “Good practices for Kubernetes Secrets” (#42650)
* Update secrets-good-practices.md changed caution as per docs https://kubernetes.io/docs/contribute/style/style-guide/#caution * Update secrets-good-practices.md added spaces as per style guide https://kubernetes.io/docs/contribute/style/style-guide/#caution
1 parent a4a71c4 commit eee06d1

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

content/en/docs/concepts/security/secrets-good-practices.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,7 @@ If you configure a Secret through a
110110
data encoded as base64, sharing this file or checking it in to a source
111111
repository means the secret is available to everyone who can read the manifest.
112112

113-
{{<caution>}}
114-
Base64 encoding is _not_ an encryption method, it provides no additional
113+
{{< caution >}}
114+
Base64 encoding is _not_ an encryption method, it provides no additiona
115115
confidentiality over plain text.
116-
{{</caution>}}
116+
{{< /caution >}}

0 commit comments

Comments
 (0)