diff --git a/charts/planka/templates/deployment.yaml b/charts/planka/templates/deployment.yaml index 0f10964f..2dcffb9c 100644 --- a/charts/planka/templates/deployment.yaml +++ b/charts/planka/templates/deployment.yaml @@ -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 }}