From 3656236e5b5680ebb9317c84b8c921ca5019bf1c Mon Sep 17 00:00:00 2001 From: Jonny Ervine Date: Thu, 7 Sep 2023 23:25:13 +0800 Subject: [PATCH] Make /var/tmp writable --- tautulli/templates/statefulset.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tautulli/templates/statefulset.yaml b/tautulli/templates/statefulset.yaml index db7f401..a167f0e 100644 --- a/tautulli/templates/statefulset.yaml +++ b/tautulli/templates/statefulset.yaml @@ -45,6 +45,8 @@ spec: volumeMounts: - name: tautulli-config mountPath: /config + - mountPath: /var/tmp + name: tmp initContainers: - command: - chown @@ -64,8 +66,6 @@ spec: volumeMounts: - mountPath: /config name: tautulli-config - - mountPath: /var/tmp - name: tmp volumes: - name: tautulli-config persistentVolumeClaim: