Commit db0fbf77 authored by Cyrill Troxler's avatar Cyrill Troxler
Browse files

Update kubernetes deployment

parent 3f83f7fe
Loading
Loading
Loading
Loading
+4 −4
Original line number Diff line number Diff line
@@ -130,8 +130,8 @@ spec:
            - name: pods-mount-dir
              mountPath: /var/lib/kubelet/pods
              mountPropagation: "Bidirectional"
            - name: device-dir
              mountPath: /dev
            - name: fuse-device
              mountPath: /dev/fuse
      volumes:
        - name: plugin-dir
          hostPath:
@@ -141,6 +141,6 @@ spec:
          hostPath:
            path: /var/lib/kubelet/pods
            type: Directory
        - name: device-dir
        - name: fuse-device
          hostPath:
            path: /dev
            path: /dev/fuse
+1 −1
Original line number Diff line number Diff line
@@ -78,7 +78,7 @@ spec:
          volumeMounts:
            - name: socket-dir
              mountPath: /var/lib/kubelet/plugins/ch.ctrox.csi.s3-driver
        - name: s3-csi-driver
        - name: csi-s3-driver
          image: ctrox/csi-s3-driver:0.2.0
          args:
            - "--endpoint=$(CSI_ENDPOINT)"