Update command as files contain no newline

This commit is contained in:
Hung Nguyen Viet
2017-02-27 15:34:42 +07:00
committed by Andrew Chen
parent e1212ea63b
commit f6bb5e6d44
@@ -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: