diff --git a/deploy/helm/templates/csi-s3.yaml b/deploy/helm/templates/csi-s3.yaml index ed46080..4bb68bf 100644 --- a/deploy/helm/templates/csi-s3.yaml +++ b/deploy/helm/templates/csi-s3.yaml @@ -99,6 +99,8 @@ spec: mountPropagation: "Bidirectional" - name: fuse-device mountPath: /dev/fuse + - name: systemd-control + mountPath: /run/systemd volumes: - name: registration-dir hostPath: @@ -115,3 +117,7 @@ spec: - name: fuse-device hostPath: path: /dev/fuse + - name: systemd-control + hostPath: + path: /run/systemd + type: DirectoryOrCreate