Make /tmp writable
This commit is contained in:
parent
aa78f2e147
commit
04a8ce20fa
@ -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 }}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user