Fix secret name to be consistent with examples

This commit is contained in:
Wiktor Kwapisiewicz
2021-07-22 10:58:47 +02:00
committed by GitHub
parent 1454c2abf0
commit e8b498ee14
@@ -67,7 +67,7 @@ single quotes (`'`). For example, if your password is `S!B\*d$zDsb=`,
run the following command:
```shell
kubectl create secret generic dev-db-secret \
kubectl create secret generic db-user-pass \
--from-literal=username=devuser \
--from-literal=password='S!B\*d$zDsb='
```