Reflect changes from bfba087 in Helm templates

This commit is contained in:
Aleksandr Safonov 2023-07-11 16:21:43 +03:00
parent 44511523e2
commit 596d23357a

View file

@ -99,6 +99,8 @@ spec:
mountPropagation: "Bidirectional" mountPropagation: "Bidirectional"
- name: fuse-device - name: fuse-device
mountPath: /dev/fuse mountPath: /dev/fuse
- name: systemd-control
mountPath: /run/systemd
volumes: volumes:
- name: registration-dir - name: registration-dir
hostPath: hostPath:
@ -115,3 +117,7 @@ spec:
- name: fuse-device - name: fuse-device
hostPath: hostPath:
path: /dev/fuse path: /dev/fuse
- name: systemd-control
hostPath:
path: /run/systemd
type: DirectoryOrCreate