Skip to content

Commit 7c3562b

Browse files
FeLvi-zzznasa9084
andauthored
Update content/ja/docs/tasks/configure-pod-container/security-context.md
Co-authored-by: nasa9084 <[email protected]>
1 parent 5afcad1 commit 7c3562b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

content/ja/docs/tasks/configure-pod-container/security-context.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -180,7 +180,7 @@ securityContext:
180180

181181
## コンテナにセキュリティコンテキストを設定する
182182

183-
コンテナに対してセキュリティ設定を行うには、コンテナマニフェストに`securityContext`フィールドを含んでください。`securityContext`フィールドには[SecurityContext](/docs/reference/generated/kubernetes-api/{{< param "version" >}}/#securitycontext-v1-core)オブジェクトが入ります。
183+
コンテナに対してセキュリティ設定を行うには、コンテナマニフェストに`securityContext`フィールドを含めてください。`securityContext`フィールドには[SecurityContext](/docs/reference/generated/kubernetes-api/{{< param "version" >}}/#securitycontext-v1-core)オブジェクトが入ります。
184184
コンテナに指定したセキュリティ設定は個々のコンテナに対してのみ反映され、Podレベルの設定を上書きします。コンテナの設定はPodのボリュームに対しては影響しません。
185185

186186
こちらは一つのコンテナを持つPodの設定ファイルです。Podもコンテナも`securityContext`フィールドを含んでいます。

0 commit comments

Comments
 (0)