fix: add tmp volume for bulk download functionality
This commit is contained in:
@@ -65,3 +65,10 @@ spec:
|
|||||||
envFrom:
|
envFrom:
|
||||||
- configMapRef:
|
- configMapRef:
|
||||||
name: math-exercises-config
|
name: math-exercises-config
|
||||||
|
# Volume mount for temporary files
|
||||||
|
volumeMounts:
|
||||||
|
- name: tmp-volume
|
||||||
|
mountPath: /tmp
|
||||||
|
volumes:
|
||||||
|
- name: tmp-volume
|
||||||
|
emptyDir: {}
|
||||||
|
|||||||
Reference in New Issue
Block a user