Merge pull request #37906 from 4TT1L4/patch-1

Create Secret / Fixed the raw data example
pull/38002/head
Kubernetes Prow Robot 2022-11-21 09:00:31 -08:00 committed by GitHub
commit accc71fb04
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -33,7 +33,7 @@ Run the following command:
```shell
kubectl create secret generic db-user-pass \
--from-literal=username=devuser \
--from-literal=username=admin \
--from-literal=password='S!B\*d$zDsb='
```
You must use single quotes `''` to escape special characters such as `$`, `\`,