Update secret.md (#13018)

Missing ``` fixed
pull/12507/head
Petr Ruzicka 2019-03-08 01:24:07 +01:00 committed by Kubernetes Prow Robot
parent 471cb7ffa4
commit 7130b8c58b
1 changed files with 4 additions and 1 deletions

View File

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