From 721a9092da6ed2d85e8889addb0bf99a92b21cf9 Mon Sep 17 00:00:00 2001 From: Satnam Singh Date: Sun, 19 Jul 2015 01:23:08 +0100 Subject: [PATCH] Improve console output in secrets.md --- docs/user-guide/secrets.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/user-guide/secrets.md b/docs/user-guide/secrets.md index d70e55ad21..d6af000a3b 100644 --- a/docs/user-guide/secrets.md +++ b/docs/user-guide/secrets.md @@ -201,7 +201,7 @@ files and the secret values are base-64 decoded and stored inside these files. This is the result of commands executed inside the container from the example above: -``` +```console $ ls /etc/foo/ username password @@ -433,7 +433,7 @@ The pods: Both containers will have the following files present on their filesystems: -``` +```console /etc/secret-volume/username /etc/secret-volume/password ```