Pratik 2021-04-06 11:18:41 +05:30
parent 90eb284cbf
commit 0dbeca9d9d
1 changed files with 2 additions and 0 deletions

View File

@ -31,7 +31,9 @@ spec:
command: ['sh', '-c'] command: ['sh', '-c']
args: ['chown -R 1000:1000 /home/frappe/frappe-bench'] args: ['chown -R 1000:1000 /home/frappe/frappe-bench']
securityContext: securityContext:
{{- if .Values.securityContext }}
{{- toYaml .Values.securityContext | nindent 12 }} {{- toYaml .Values.securityContext | nindent 12 }}
{{- end }}
capabilities: capabilities:
add: ["CAP_CHOWN"] add: ["CAP_CHOWN"]
volumeMounts: volumeMounts: