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 >}}