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
This commit is contained in:
Dudi Varaprasad 2023-08-21 08:03:22 +05:30 committed by GitHub
parent a4a71c4a89
commit eee06d1b81
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 3 deletions

View File

@ -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.
{{<caution>}}
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.
{{</caution>}}
{{< /caution >}}