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 d1cad01 commit c4ac62aCopy full SHA for c4ac62a
helm/charts/sf-chart/templates/daemonset.yaml
@@ -264,7 +264,7 @@ spec:
264
- mountPath: /host/etc
265
name: etc-fs
266
readOnly: true
267
- {{- if .Values.sfcollector.driverType "kmod" }}
+ {{- if eq .Values.sfcollector.driverType "kmod" }}
268
- mountPath: /sys/module
269
name: sysmodule
270
readOnly: false
@@ -438,7 +438,7 @@ spec:
438
- name: varlib
439
hostPath:
440
path: /var/lib
441
442
- name: sysmodule
443
444
path: /sys/module
0 commit comments