Skip to content

Commit aae4143

Browse files
authored
Merge pull request #322 from mbaldessari/docs
Set the machine-sensor-2 temperature to false
2 parents cf3259c + 0fbd754 commit aae4143

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

charts/datacenter/manuela-tst/templates/machine-sensor/machine-sensor-2-configmap.yaml

+3-1
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,9 @@ data:
3030
SENSOR_LIGHT_MINRANGE: "0"
3131
SENSOR_LIGHT_START: "0"
3232

33-
SENSOR_TEMPERATURE_ENABLED: "true"
33+
# 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"
3436
SENSOR_TEMPERATURE_FREQUENCY: "5"
3537
SENSOR_TEMPERATURE_MAXITERATION: "1"
3638
SENSOR_TEMPERATURE_MAXRANGE: "55"

0 commit comments

Comments
 (0)