Merge pull request #4559 from kubernetes/chenopis-3981-patch

Reimplement PR #3981
This commit is contained in:
Andrew Chen
2017-08-01 01:58:56 -07:00
committed by GitHub
@@ -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: