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