Reflect changes from bfba087
in Helm templates
This commit is contained in:
parent
44511523e2
commit
596d23357a
1 changed files with 6 additions and 0 deletions
|
@ -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
|
||||||
|
|
Loading…
Add table
Reference in a new issue