We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 35cda25 commit 4e1763aCopy full SHA for 4e1763a
helm/values.yaml
@@ -58,10 +58,10 @@ coder:
58
# runs as an unprivileged user. If setting runAsUser to 0 (root), this
59
# will need to be set to false.
60
runAsNonRoot: true
61
- # coder.securityContext.runAsUser -- Sets the user id of the pod.
+ # coder.securityContext.runAsUser -- Sets the user id of the container.
62
# For security reasons, we recommend using a non-root user.
63
runAsUser: 1000
64
- # coder.securityContext.runAsGroup -- Sets the group id of the pod.
+ # coder.securityContext.runAsGroup -- Sets the group id of the container.
65
# For security reasons, we recommend using a non-root group.
66
runAsGroup: 1000
67
# coder.securityContext.readOnlyRootFilesystem -- Mounts the container's
0 commit comments