Skip to content

Commit

Permalink
[csi] Added tmp volume (#24)
Browse files Browse the repository at this point in the history
Signed-off-by: v.oleynikov <vasily.oleynikov@flant.com>
  • Loading branch information
duckhawk authored Nov 11, 2024
1 parent b61677f commit 1966b48
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 0 deletions.
6 changes: 6 additions & 0 deletions templates/cephfs/controller.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,8 @@
# mountPath: /etc/ceph/
- name: keys-tmp-dir
mountPath: /tmp/csi/keys
- name: tmp
mountPath: /tmp
{{- end }}


Expand Down Expand Up @@ -84,6 +86,10 @@
emptyDir: {
medium: "Memory"
}
- name: tmp
emptyDir: {
medium: "Memory"
}
{{- end }}

###
Expand Down
6 changes: 6 additions & 0 deletions templates/rbd/controller.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,10 @@
emptyDir: {
medium: "Memory"
}
- name: tmp
emptyDir: {
medium: "Memory"
}
{{- end }}


Expand All @@ -63,6 +67,8 @@
# mountPath: /etc/ceph/
- name: keys-tmp-dir
mountPath: /tmp/csi/keys
- name: tmp
mountPath: /tmp
{{- end }}


Expand Down

0 comments on commit 1966b48

Please sign in to comment.