We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9b253d1 commit ed191c8Copy full SHA for ed191c8
templates/csi/controller.yaml
@@ -36,6 +36,8 @@ checksum/ca: {{ .Values.csiNfs.tlsParameters.ca | sha256sum | quote }}
36
volumeMounts:
37
- name: host-sys
38
mountPath: /sys
39
+ - name: host-sys-fs-cgroup
40
+ mountPath: /sys/fs/cgroup
41
- name: host-lib-modules
42
mountPath: /lib/modules
43
- name: net-handshake-checker
@@ -62,6 +64,10 @@ checksum/ca: {{ .Values.csiNfs.tlsParameters.ca | sha256sum | quote }}
62
64
hostPath:
63
65
path: /sys
66
type: Directory
67
+- name: host-sys-fs-cgroup
68
+ hostPath:
69
+ path: /sys/fs/cgroup
70
+ type: Directory
71
72
73
path: /lib/modules
0 commit comments