diff --git a/templates/cephfs/controller.yaml b/templates/cephfs/controller.yaml index 6f56422..861b18b 100644 --- a/templates/cephfs/controller.yaml +++ b/templates/cephfs/controller.yaml @@ -52,6 +52,8 @@ # mountPath: /etc/ceph/ - name: keys-tmp-dir mountPath: /tmp/csi/keys +- name: tmp + mountPath: /tmp {{- end }} @@ -84,6 +86,10 @@ emptyDir: { medium: "Memory" } +- name: tmp + emptyDir: { + medium: "Memory" + } {{- end }} ### diff --git a/templates/rbd/controller.yaml b/templates/rbd/controller.yaml index 9b60a42..3d9921e 100644 --- a/templates/rbd/controller.yaml +++ b/templates/rbd/controller.yaml @@ -49,6 +49,10 @@ emptyDir: { medium: "Memory" } +- name: tmp + emptyDir: { + medium: "Memory" + } {{- end }} @@ -63,6 +67,8 @@ # mountPath: /etc/ceph/ - name: keys-tmp-dir mountPath: /tmp/csi/keys +- name: tmp + mountPath: /tmp {{- end }}