diff --git a/content/en/docs/concepts/configuration/secret.md b/content/en/docs/concepts/configuration/secret.md index 6afb7ad5b7..c54a487468 100644 --- a/content/en/docs/concepts/configuration/secret.md +++ b/content/en/docs/concepts/configuration/secret.md @@ -443,15 +443,18 @@ executed inside the container from the example above: ```shell ls /etc/foo/ +``` +``` username password ``` ```shell cat /etc/foo/username ``` +``` admin ``` -``` +```shell cat /etc/foo/password ``` ```