fix appsmith-ce helm chart (#28523)
This commit is contained in:
parent
6fc7686fc6
commit
b4baf61bba
|
|
@ -65,7 +65,6 @@ spec:
|
|||
containers:
|
||||
- name: {{ .Values.containerName }}
|
||||
securityContext:
|
||||
allowPrivilegeEscalation: false
|
||||
{{- toYaml .Values.securityContext | nindent 12 }}
|
||||
image: "{{ .Values.image.registry }}/{{ .Values.image.repository }}:{{ .Values.image.tag | default .Chart.AppVersion }}"
|
||||
imagePullPolicy: {{ .Values.image.pullPolicy }}
|
||||
|
|
|
|||
|
|
@ -98,13 +98,14 @@ podAnnotations: {}
|
|||
podLabels: {}
|
||||
|
||||
podSecurityContext: {}
|
||||
# fsGroup: 2000
|
||||
# For non-root user
|
||||
# fsGroup: 1001
|
||||
# sysctls:
|
||||
# - name: net.ipv4.ip_unprivileged_port_start
|
||||
# value: "80"
|
||||
|
||||
securityContext: {}
|
||||
# capabilities:
|
||||
# drop:
|
||||
# - ALL
|
||||
# readOnlyRootFilesystem: true
|
||||
# For non-root user
|
||||
# runAsNonRoot: true
|
||||
# runAsUser: 1000
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user