Skip to content

Commit 75cd79a

Browse files
authored
Update secret.md
fix minor syntax error
1 parent 49f7b70 commit 75cd79a

File tree

1 file changed

+1
-1
lines changed
  • content/en/docs/concepts/configuration

1 file changed

+1
-1
lines changed

content/en/docs/concepts/configuration/secret.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -701,7 +701,7 @@ spec:
701701
702702
#### Consuming Secret Values from environment variables
703703
704-
Inside a container that consumes a secret in an environment variables, the secret keys appear as
704+
Inside a container that consumes a secret in the environment variables, the secret keys appear as
705705
normal environment variables containing the base64 decoded values of the secret data.
706706
This is the result of commands executed inside the container from the example above:
707707

0 commit comments

Comments
 (0)