Skip to content

Commit 481d62f

Browse files
ptuxriita10069
andauthored
Update content/ja/docs/tasks/inject-data-application/distribute-credentials-secure.md
Co-authored-by: Ryota Yamada <[email protected]>
1 parent 1c9b990 commit 481d62f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ base64エンコードの手順を省略したい場合は、`kubectl create secr
9090
kubectl create secret generic test-secret --from-literal='username=my-app' --from-literal='password=39528$vdg7Jb'
9191
```
9292

93-
先ほどの詳細なアプローチでは 各ステップを明示的に実行し、何が起こっているかを示していますが、`kubectl create secret` の方が便利です。
93+
先ほどの詳細なアプローチでは 各ステップを明示的に実行し、何が起こっているかを示していますが、`kubectl create secret`の方が便利です。
9494

9595

9696
## Volumeにある機密情報をアクセスするPodを作成する

0 commit comments

Comments
 (0)