summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMayank Kumar <mayank.kumar@salesforce.com>2017-09-01 11:28:51 -0700
committerMayank Kumar <mayank.kumar@salesforce.com>2017-09-14 09:28:00 -0700
commit18743a0cbc4902d24f3fcfc9543e39744c246ea9 (patch)
treef565ad3b48becc78c5e778b3a3f0177202403e54
parent218f09513b52dc5adfcafeea9e6dbf60dc4665cf (diff)
review comments
-rw-r--r--contributors/design-proposals/runas-groupid.md6
1 files changed, 3 insertions, 3 deletions
diff --git a/contributors/design-proposals/runas-groupid.md b/contributors/design-proposals/runas-groupid.md
index c83639fc..77350e62 100644
--- a/contributors/design-proposals/runas-groupid.md
+++ b/contributors/design-proposals/runas-groupid.md
@@ -153,9 +153,9 @@ Following points should be noted:
- `FSGroup` and `SupplementalGroups` will continue to have their old meanings and would be untouched.
- The `RunAsGroup` In the SecurityContext will override the `RunAsGroup` in the PodSecurityContext.
-- If no RunAsGroup is provided in the PodSecurityContext and SecurityContext, the Group provided
- In the Docker image will be used.
-- If no RunAsGroup is provided in the PodSecurityContext and SecurityContext, and none in the image,
+- If no `RunAsGroup` is provided in the PodSecurityContext and SecurityContext, the Group provided
+ in the Docker image will be used.
+- If no `RunAsGroup` is provided in the PodSecurityContext and SecurityContext, and none in the image,
the container will run with primary Group as root(0).