Merge pull request #29072 from wiktor-k/patch-1
Fix secret name to be consistent with examples
This commit is contained in:
@@ -67,7 +67,7 @@ single quotes (`'`). For example, if your password is `S!B\*d$zDsb=`,
|
|||||||
run the following command:
|
run the following command:
|
||||||
|
|
||||||
```shell
|
```shell
|
||||||
kubectl create secret generic dev-db-secret \
|
kubectl create secret generic db-user-pass \
|
||||||
--from-literal=username=devuser \
|
--from-literal=username=devuser \
|
||||||
--from-literal=password='S!B\*d$zDsb='
|
--from-literal=password='S!B\*d$zDsb='
|
||||||
```
|
```
|
||||||
|
|||||||
Reference in New Issue
Block a user