Update content/ja/docs/tasks/inject-data-application/distribute-credentials-secure.md

Co-authored-by: nasa9084 <nasa9084@users.noreply.github.com>
This commit is contained in:
Wang 2021-12-03 18:53:29 +09:00 committed by GitHub
parent 3662c0d34f
commit 7441a69c1e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -219,7 +219,7 @@ kubectl create secret generic test-secret --from-literal='username=my-app' --fro
この機能は Kubernetes v1.6 以降から利用可能
{{< /note >}}
* 複数 key-value ペアを含む Secret を作成する
* 複数のkey-valueペアを含むSecretを作成する
```shell
kubectl create secret generic test-secret --from-literal=username='my-app' --from-literal=password='39528$vdg7Jb'