fix(helm): Add writable temp directory mounts when readOnlyRootFilesystem is enabled (#1542)

This commit is contained in:
SnoozeFreddo
2026-02-20 16:18:30 +01:00
committed by GitHub
parent 52c96c6c8f
commit 61753f08eb

View File

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