Skip to content

Commit 557cfee

Browse files
author
Traci Morrison
authored
Merge pull request openshift#7374 from tmorriso-rh/PR-7351-fix-typo
Changed securtityContext to securityContext
2 parents 14b0cdd + fdb656e commit 557cfee

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

install_config/persistent_storage/persistent_storage_nfs.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -270,7 +270,7 @@ spec:
270270
securityContext:
271271
runAsUser: 65534 <2>
272272
----
273-
<1> Pods contain a `*securtityContext*` specific to each container (shown here) and
273+
<1> Pods contain a `*securityContext*` specific to each container (shown here) and
274274
a pod-level `*securityContext*` which applies to all containers defined in the pod.
275275
<2> 65534 is the *nfsnobody* user.
276276
====

0 commit comments

Comments
 (0)