Update command as files contain no newline

reviewable/pr2664/r1
Hung Nguyen Viet 2017-02-27 15:34:42 +07:00 committed by Andrew Chen
parent e1212ea63b
commit f6bb5e6d44
1 changed files with 1 additions and 1 deletions

View File

@ -112,7 +112,7 @@ is exposed:
1. In your shell, display the contents of the `username` and `password` files:
root@secret-test-pod:/etc/secret-volume# cat username password
root@secret-test-pod:/etc/secret-volume# cat username; echo; cat password; echo
The output is your username and password: