update values comments for server.securityContext (#778)
Since container is empty for openshift.
This commit is contained in:
parent
9fa4c6c322
commit
85562b47c4
1 changed files with 3 additions and 3 deletions
|
@ -839,12 +839,12 @@ server:
|
|||
# runAsGroup: {{ .Values.server.gid | default 1000 }}
|
||||
# runAsUser: {{ .Values.server.uid | default 100 }}
|
||||
# fsGroup: {{ .Values.server.gid | default 1000 }}
|
||||
# container: {}
|
||||
# container:
|
||||
# allowPrivilegeEscalation: false
|
||||
#
|
||||
# If not set, these will default to, and for OpenShift:
|
||||
# pod: {}
|
||||
# container:
|
||||
# allowPrivilegeEscalation: false
|
||||
# container: {}
|
||||
securityContext:
|
||||
pod: {}
|
||||
container: {}
|
||||
|
|
Loading…
Reference in a new issue