From 596d23357a137bac69c08482b7a6e4d1770c035f Mon Sep 17 00:00:00 2001
From: Aleksandr Safonov <sashakashvile@gmail.com>
Date: Tue, 11 Jul 2023 16:21:43 +0300
Subject: [PATCH] Reflect changes from bfba087 in Helm templates

---
 deploy/helm/templates/csi-s3.yaml | 6 ++++++
 1 file changed, 6 insertions(+)

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