Update secret.md

fix minor syntax error
This commit is contained in:
amyXia1994
2020-12-07 21:28:37 +08:00
committed by GitHub
parent 49f7b70944
commit 75cd79a136
@@ -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: