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:
parent
3662c0d34f
commit
7441a69c1e
|
|
@ -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'
|
||||
|
|
|
|||
Loading…
Reference in New Issue