Reimplement PR #3981
This commit is contained in:
@@ -42,7 +42,7 @@ username and password:
|
|||||||
**Note:** If you want to skip the Base64 encoding step, you can create a Secret
|
**Note:** If you want to skip the Base64 encoding step, you can create a Secret
|
||||||
by using the `kubectl create secret` command:
|
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:
|
1. View information about the Secret:
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user