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:
Wang
2022-01-03 08:33:08 +09:00
committed by GitHub
parent 4f30c4178c
commit 8fcbeb9b9a
@@ -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
```
1. Podがランニング状態にあるのを確認する:
1. Podの`STATUS`が`Running`であるのを確認する:
```shell
kubectl get pod secret-test-pod