diff --git a/packages/system/linstor/templates/satellites.yaml b/packages/system/linstor/templates/satellites.yaml index dcfa5b3d..c5f3bdd2 100644 --- a/packages/system/linstor/templates/satellites.yaml +++ b/packages/system/linstor/templates/satellites.yaml @@ -27,6 +27,13 @@ spec: $patch: delete - name: drbd-module-loader $patch: delete + containers: + - name: linstor-satellite + volumeMounts: + - mountPath: /run + name: host-run + securityContext: + readOnlyRootFilesystem: false volumes: - name: run-systemd-system $patch: delete @@ -46,3 +53,7 @@ spec: hostPath: path: /var/etc/lvm/archive type: DirectoryOrCreate + - name: host-run + hostPath: + path: /run + type: DirectoryOrCreate