From 7130b8c58b5f9ddc63bafc00bdbc55cfd74f3bdc Mon Sep 17 00:00:00 2001 From: Petr Ruzicka Date: Fri, 8 Mar 2019 01:24:07 +0100 Subject: [PATCH] Update secret.md (#13018) Missing ``` fixed --- content/en/docs/concepts/configuration/secret.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) 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 ``` ```