Reimplement PR #3981

pull/4559/head
Andrew Chen 2017-08-01 01:54:43 -07:00
parent 704e14a2d7
commit ff1432531c
1 changed files with 1 additions and 1 deletions

View File

@ -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: