Skip to content

Commit 4e1763a

Browse files
committed
chore: readme fixes
1 parent 35cda25 commit 4e1763a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

helm/values.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -58,10 +58,10 @@ coder:
5858
# runs as an unprivileged user. If setting runAsUser to 0 (root), this
5959
# will need to be set to false.
6060
runAsNonRoot: true
61-
# coder.securityContext.runAsUser -- Sets the user id of the pod.
61+
# coder.securityContext.runAsUser -- Sets the user id of the container.
6262
# For security reasons, we recommend using a non-root user.
6363
runAsUser: 1000
64-
# coder.securityContext.runAsGroup -- Sets the group id of the pod.
64+
# coder.securityContext.runAsGroup -- Sets the group id of the container.
6565
# For security reasons, we recommend using a non-root group.
6666
runAsGroup: 1000
6767
# coder.securityContext.readOnlyRootFilesystem -- Mounts the container's

0 commit comments

Comments
 (0)