Skip to content

Commit

Permalink
[pt] Create Secret / Fixed the raw data example
Browse files Browse the repository at this point in the history
  • Loading branch information
Arhell committed Feb 8, 2023
1 parent 4616b12 commit 2abaf33
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ Por exemplo, se sua senha atual é `S!B\*d$zDsb=`, você precisa executar o coma

```shell
kubectl create secret generic db-user-pass \
--from-literal=username=devuser \
--from-literal=username=admin \
--from-literal=password='S!B\*d$zDsb='
```

Expand Down

0 comments on commit 2abaf33

Please sign in to comment.