fix appsmith-ce helm chart (#28523)

This commit is contained in:
Goutham Pratapa 2023-10-31 16:57:06 +05:30 committed by GitHub
parent 6fc7686fc6
commit b4baf61bba
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 6 additions and 6 deletions

View File

@ -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 }}

View File

@ -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