Add TZ
This commit is contained in:
@@ -39,6 +39,9 @@ spec:
|
|||||||
# Construit explicitement le chemin Helm à partir du basename
|
# Construit explicitement le chemin Helm à partir du basename
|
||||||
path: '{{helmPath}}/homarr/{{path.basename}}'
|
path: '{{helmPath}}/homarr/{{path.basename}}'
|
||||||
helm:
|
helm:
|
||||||
|
parameters:
|
||||||
|
- name: "env.TZ"
|
||||||
|
value: "Europe/Paris"
|
||||||
valueFiles:
|
valueFiles:
|
||||||
- values.yaml
|
- values.yaml
|
||||||
destination:
|
destination:
|
||||||
|
|||||||
@@ -37,19 +37,6 @@ homarr:
|
|||||||
# -- homarr-database optional volumeClaimName to target specific PV
|
# -- homarr-database optional volumeClaimName to target specific PV
|
||||||
volumeClaimName: ""
|
volumeClaimName: ""
|
||||||
|
|
||||||
# Monter /etc/localtime depuis le nœud pour synchroniser la timezone
|
|
||||||
# Volumes supplémentaires (si supporté par le chart Homarr)
|
|
||||||
extraVolumes:
|
|
||||||
- name: localtime
|
|
||||||
hostPath:
|
|
||||||
path: /etc/localtime
|
|
||||||
type: File
|
|
||||||
# Montages de volumes supplémentaires (si supporté par le chart Homarr)
|
|
||||||
extraVolumeMounts:
|
|
||||||
- name: localtime
|
|
||||||
mountPath: /etc/localtime
|
|
||||||
readOnly: true
|
|
||||||
|
|
||||||
# Configuration pour le chart homarr (référence au secret créé par le template)
|
# Configuration pour le chart homarr (référence au secret créé par le template)
|
||||||
envSecrets:
|
envSecrets:
|
||||||
dbEncryption:
|
dbEncryption:
|
||||||
|
|||||||
Reference in New Issue
Block a user