diff --git a/tautulli/templates/statefulset.yaml b/tautulli/templates/statefulset.yaml index 9e8029c..c40b7b8 100644 --- a/tautulli/templates/statefulset.yaml +++ b/tautulli/templates/statefulset.yaml @@ -64,10 +64,14 @@ spec: volumeMounts: - mountPath: /config name: tautulli-config + - mountPath: /tmp + name: tmp volumes: - name: tautulli-config persistentVolumeClaim: claimName: {{ .Values.config.configPvc }} + - name: tmp + hostDir: {} {{- with .Values.nodeSelector }} nodeSelector: {{- toYaml . | nindent 8 }}