From 75cd79a13614c884a2cb1bdc106a97e18f54bb54 Mon Sep 17 00:00:00 2001 From: amyXia1994 Date: Mon, 7 Dec 2020 21:28:37 +0800 Subject: [PATCH] Update secret.md fix minor syntax error --- content/en/docs/concepts/configuration/secret.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/en/docs/concepts/configuration/secret.md b/content/en/docs/concepts/configuration/secret.md index c28e3e1133f83..3548b6fb5da39 100644 --- a/content/en/docs/concepts/configuration/secret.md +++ b/content/en/docs/concepts/configuration/secret.md @@ -701,7 +701,7 @@ spec: #### Consuming Secret Values from environment variables -Inside a container that consumes a secret in an environment variables, the secret keys appear as +Inside a container that consumes a secret in the environment variables, the secret keys appear as normal environment variables containing the base64 decoded values of the secret data. This is the result of commands executed inside the container from the example above: