Update distribute-credentials-secure.md (#5169)

remove extra blank and format the command line
This commit is contained in:
XsWack
2017-10-03 08:09:46 +08:00
committed by Steve Perry
parent dc3ec70b1e
commit ecfd295c8b
@@ -101,11 +101,11 @@ Here is a configuration file you can use to create a Pod:
`/etc/secret-volume`. In your shell, go to the directory where the secret data
is exposed:
root@secret-test-pod:/# cd /etc/secret-volume
root@secret-test-pod:/# cd /etc/secret-volume
1. In your shell, list the files in the `/etc/secret-volume` directory:
root@secret-test-pod:/etc/secret-volume# ls
root@secret-test-pod:/etc/secret-volume# ls
The output shows two files, one for each piece of secret data:
@@ -113,7 +113,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; echo; cat password; echo
root@secret-test-pod:/etc/secret-volume# cat username; echo; cat password; echo
The output is your username and password: