From eee06d1b81886c403c772ce86c0d20c1b024de41 Mon Sep 17 00:00:00 2001 From: Dudi Varaprasad <94173498+bezalel-7@users.noreply.github.com> Date: Mon, 21 Aug 2023 08:03:22 +0530 Subject: [PATCH] =?UTF-8?q?Add=20whitespace=20into=20=E2=80=9CGood=20pract?= =?UTF-8?q?ices=20for=20Kubernetes=20Secrets=E2=80=9D=20(#42650)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * 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 --- content/en/docs/concepts/security/secrets-good-practices.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/content/en/docs/concepts/security/secrets-good-practices.md b/content/en/docs/concepts/security/secrets-good-practices.md index eb39ed0d94..7651419c72 100644 --- a/content/en/docs/concepts/security/secrets-good-practices.md +++ b/content/en/docs/concepts/security/secrets-good-practices.md @@ -110,7 +110,7 @@ If you configure a Secret through a data encoded as base64, sharing this file or checking it in to a source repository means the secret is available to everyone who can read the manifest. -{{}} -Base64 encoding is _not_ an encryption method, it provides no additional +{{< caution >}} +Base64 encoding is _not_ an encryption method, it provides no additiona confidentiality over plain text. -{{}} \ No newline at end of file +{{< /caution >}}