Skip to content

Commit

Permalink
add /tmp mount to collaboration service
Browse files Browse the repository at this point in the history
  • Loading branch information
wkloucek committed Oct 22, 2024
1 parent 531a08d commit 3b558cc
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions charts/ocis/templates/collaboration/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,15 @@ spec:
- name: metrics-debug
containerPort: 9304

volumeMounts:
- name: tmp-volume
mountPath: /tmp

{{- include "ocis.imagePullSecrets" $ | nindent 6 }}

volumes:
- name: tmp-volume
emptyDir: {}
{{ end }}
{{ end }}
{{ end }}

0 comments on commit 3b558cc

Please sign in to comment.