update values comments for server.securityContext (#778)

Since container is empty for openshift.
This commit is contained in:
Theron Voran 2022-08-26 10:05:44 -07:00 committed by GitHub
parent 9fa4c6c322
commit 85562b47c4
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -839,12 +839,12 @@ server:
# runAsGroup: {{ .Values.server.gid | default 1000 }} # runAsGroup: {{ .Values.server.gid | default 1000 }}
# runAsUser: {{ .Values.server.uid | default 100 }} # runAsUser: {{ .Values.server.uid | default 100 }}
# fsGroup: {{ .Values.server.gid | default 1000 }} # fsGroup: {{ .Values.server.gid | default 1000 }}
# container: {} # container:
# allowPrivilegeEscalation: false
# #
# If not set, these will default to, and for OpenShift: # If not set, these will default to, and for OpenShift:
# pod: {} # pod: {}
# container: # container: {}
# allowPrivilegeEscalation: false
securityContext: securityContext:
pod: {} pod: {}
container: {} container: {}