Improve console output in secrets.md

pull/6/head
Satnam Singh 2015-07-19 01:23:08 +01:00
parent 99d2ea4acc
commit 721a9092da
1 changed files with 2 additions and 2 deletions

View File

@ -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
```