Update content/ja/docs/tasks/inject-data-application/distribute-credentials-secure.md
Co-authored-by: Ryota Yamada <42636694+riita10069@users.noreply.github.com>
This commit is contained in:
@@ -105,7 +105,7 @@ kubectl create secret generic test-secret --from-literal='username=my-app' --fro
|
|||||||
kubectl apply -f https://k8s.io/examples/pods/inject/secret-pod.yaml
|
kubectl apply -f https://k8s.io/examples/pods/inject/secret-pod.yaml
|
||||||
```
|
```
|
||||||
|
|
||||||
1. Podがランニング状態にあるのを確認する:
|
1. Podの`STATUS`が`Running`であるのを確認する:
|
||||||
|
|
||||||
```shell
|
```shell
|
||||||
kubectl get pod secret-test-pod
|
kubectl get pod secret-test-pod
|
||||||
|
|||||||
Reference in New Issue
Block a user