fix
parent
90eb284cbf
commit
0dbeca9d9d
|
|
@ -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:
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue