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 ```shell
ls /etc/foo/ ls /etc/foo/
```
```
username username
password password
``` ```
```shell ```shell
cat /etc/foo/username cat /etc/foo/username
``` ```
```
admin admin
``` ```
``` ```shell
cat /etc/foo/password cat /etc/foo/password
``` ```
``` ```