feat: TIMEZONE variable

This commit is contained in:
auricom
2022-06-01 14:09:25 +02:00
parent 2f145e871c
commit dfc7919e5e
29 changed files with 57 additions and 44 deletions

View File

@@ -22,7 +22,7 @@ spec:
tag: 1.25.1
env:
TZ: Europe/Paris
TZ: ${TIMEZONE}
ZIGBEE2MQTT_DATA: /data
config:
@@ -105,4 +105,8 @@ spec:
requiredDuringSchedulingIgnoredDuringExecution:
nodeSelectorTerms:
- matchExpressions:
- { key: "feature.node.kubernetes.io/custom-zigbee", operator: In, values: ["true"] }
- {
key: "feature.node.kubernetes.io/custom-zigbee",
operator: In,
values: ["true"],
}