From fdb656eaeb24820555f0f07d9a4e37585e61e3b1 Mon Sep 17 00:00:00 2001 From: Traci Morrison Date: Mon, 29 Jan 2018 11:58:17 -0500 Subject: [PATCH] Changed securtityContext to securityContext --- install_config/persistent_storage/persistent_storage_nfs.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install_config/persistent_storage/persistent_storage_nfs.adoc b/install_config/persistent_storage/persistent_storage_nfs.adoc index 5ceab0859f16..dc33401bbc11 100644 --- a/install_config/persistent_storage/persistent_storage_nfs.adoc +++ b/install_config/persistent_storage/persistent_storage_nfs.adoc @@ -270,7 +270,7 @@ spec: securityContext: runAsUser: 65534 <2> ---- -<1> Pods contain a `*securtityContext*` specific to each container (shown here) and +<1> Pods contain a `*securityContext*` specific to each container (shown here) and a pod-level `*securityContext*` which applies to all containers defined in the pod. <2> 65534 is the *nfsnobody* user. ====