Reimplement PR #3981

This commit is contained in:
Andrew Chen
2017-08-01 01:54:43 -07:00
parent 704e14a2d7
commit ff1432531c
@@ -42,7 +42,7 @@ username and password:
**Note:** If you want to skip the Base64 encoding step, you can create a Secret
by using the `kubectl create secret` command:
kubectl create secret generic test-secret --from-literal=username='my-app',password='39528$vdg7Jb'
kubectl create secret generic test-secret --from-literal=username='my-app' --from-literal=password='39528$vdg7Jb'
1. View information about the Secret: