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

@@ -23,7 +23,7 @@ spec:
tag: 6.11.0
env:
TZ: "Europe/Paris"
TZ: "${TIMEZONE}"
securityContext:
privileged: true
@@ -70,4 +70,8 @@ spec:
requiredDuringSchedulingIgnoredDuringExecution:
nodeSelectorTerms:
- matchExpressions:
- { key: "feature.node.kubernetes.io/custom-zwave", operator: In, values: ["true"] }
- {
key: "feature.node.kubernetes.io/custom-zwave",
operator: In,
values: ["true"],
}