We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents cf3259c + 0fbd754 commit aae4143Copy full SHA for aae4143
charts/datacenter/manuela-tst/templates/machine-sensor/machine-sensor-2-configmap.yaml
@@ -30,7 +30,9 @@ data:
30
SENSOR_LIGHT_MINRANGE: "0"
31
SENSOR_LIGHT_START: "0"
32
33
- SENSOR_TEMPERATURE_ENABLED: "true"
+ # This is set to false by default because in the docs we show the user how to
34
+ # enable a sensor with gitops
35
+ SENSOR_TEMPERATURE_ENABLED: "false"
36
SENSOR_TEMPERATURE_FREQUENCY: "5"
37
SENSOR_TEMPERATURE_MAXITERATION: "1"
38
SENSOR_TEMPERATURE_MAXRANGE: "55"
0 commit comments