Skip to content

Commit accc71f

Browse files
authored
Merge pull request #37906 from 4TT1L4/patch-1
Create Secret / Fixed the raw data example
2 parents ea1bd89 + 78d6a56 commit accc71f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

content/en/docs/tasks/configmap-secret/managing-secret-using-kubectl.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ Run the following command:
3333

3434
```shell
3535
kubectl create secret generic db-user-pass \
36-
--from-literal=username=devuser \
36+
--from-literal=username=admin \
3737
--from-literal=password='S!B\*d$zDsb='
3838
```
3939
You must use single quotes `''` to escape special characters such as `$`, `\`,

0 commit comments

Comments
 (0)