Added emptyDir
This commit is contained in:
parent
c220731b2c
commit
eca83bb6e6
@ -14,7 +14,7 @@ type: application
|
||||
|
||||
# This is the chart version. This version number should be incremented each time you make changes
|
||||
# to the chart and its templates, including the app version.
|
||||
version: 0.1.2
|
||||
version: 0.1.3
|
||||
|
||||
# This is the version number of the application being deployed. This version number should be
|
||||
# incremented each time you make changes to the application.
|
||||
|
||||
@ -45,6 +45,11 @@ spec:
|
||||
volumeMounts:
|
||||
- name: hydra-config
|
||||
mountPath: /config
|
||||
- name: hydra-tmp
|
||||
mountPath: /tmp
|
||||
volumes:
|
||||
- name: hydra-tmp
|
||||
emptyDir: {}
|
||||
{{- with .Values.nodeSelector }}
|
||||
nodeSelector:
|
||||
{{- toYaml . | nindent 8 }}
|
||||
|
||||
BIN
nzbhydra/~?
Normal file
BIN
nzbhydra/~?
Normal file
Binary file not shown.
Loading…
Reference in New Issue
Block a user