mirror of
https://github.com/auricom/home-cluster.git
synced 2025-09-17 18:24:14 +02:00
feat: TIMEZONE variable
This commit is contained in:
@@ -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"],
|
||||
}
|
||||
|
Reference in New Issue
Block a user