fix(helm): Add writable temp directory mounts when readOnlyRootFilesystem is enabled (#1542)
This commit is contained in:
@@ -70,6 +70,12 @@ spec:
|
|||||||
- mountPath: /app/logs
|
- mountPath: /app/logs
|
||||||
subPath: app-logs
|
subPath: app-logs
|
||||||
name: emptydir
|
name: emptydir
|
||||||
|
- mountPath: /app/.tmp
|
||||||
|
subPath: app-tmp
|
||||||
|
name: emptydir
|
||||||
|
- mountPath: /tmp
|
||||||
|
subPath: tmp
|
||||||
|
name: emptydir
|
||||||
{{- end }}
|
{{- end }}
|
||||||
{{- /* Extra volume mounts */}}
|
{{- /* Extra volume mounts */}}
|
||||||
{{- range .Values.extraMounts }}
|
{{- range .Values.extraMounts }}
|
||||||
|
|||||||
Reference in New Issue
Block a user