[ko] Update outdated files in dev-1.22-ko.1 (p2)

This commit is contained in:
Juhee Kang
2021-09-26 11:10:54 +09:00
parent 3467875f92
commit baa9233f77
9 changed files with 144 additions and 73 deletions
@@ -67,7 +67,7 @@ kubectl create secret generic db-user-pass \
다음 커맨드를 실행한다.
```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='
```