We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 62c5049 commit 5ab88c3Copy full SHA for 5ab88c3
charts/prometheus-smartctl-exporter/templates/daemonset.yaml
@@ -40,6 +40,7 @@ spec:
40
imagePullPolicy: {{ $global.Values.image.pullPolicy }}
41
args:
42
- '--smartctl.path={{ $config.smartctl_location }}'
43
+ - '--smartctl.powermode-check={{ $config.smartctl_powermode_check | default "standby" }}'
44
- '--smartctl.interval={{ $config.collect_not_more_than_period }}'
45
{{ range $config.devices }}
46
- '--smartctl.device={{ . }}'
0 commit comments