Skip to content

Commit

Permalink
[pt-br] Fix secret name to be consistent with examples
Browse files Browse the repository at this point in the history
  • Loading branch information
Arhell committed Sep 9, 2021
1 parent b0f242c commit 82c3bf1
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ Na maioria dos shells, a forma mais fácil de escapar as senhas é usar aspas si
Por exemplo, se sua senha atual é `S!B\*d$zDsb=`, você precisa executar o comando dessa forma:

```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='
```
Expand Down

0 comments on commit 82c3bf1

Please sign in to comment.