mirror of
https://github.com/plankanban/planka.git
synced 2026-03-01 11:21:46 +03:00
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
|
||||
subPath: app-logs
|
||||
name: emptydir
|
||||
- mountPath: /app/.tmp
|
||||
subPath: app-tmp
|
||||
name: emptydir
|
||||
- mountPath: /tmp
|
||||
subPath: tmp
|
||||
name: emptydir
|
||||
{{- end }}
|
||||
{{- /* Extra volume mounts */}}
|
||||
{{- range .Values.extraMounts }}
|
||||
|
||||
Reference in New Issue
Block a user