diff --git a/apps/applicationset-homarr.yaml b/apps/applicationset-homarr.yaml index 5b3ada6..3e7ff5b 100644 --- a/apps/applicationset-homarr.yaml +++ b/apps/applicationset-homarr.yaml @@ -39,6 +39,9 @@ spec: # Construit explicitement le chemin Helm à partir du basename path: '{{helmPath}}/homarr/{{path.basename}}' helm: + parameters: + - name: "env.TZ" + value: "Europe/Paris" valueFiles: - values.yaml destination: diff --git a/helm/homarr/dev/values.yaml b/helm/homarr/dev/values.yaml index 3b5d78b..c541f52 100644 --- a/helm/homarr/dev/values.yaml +++ b/helm/homarr/dev/values.yaml @@ -37,19 +37,6 @@ homarr: # -- homarr-database optional volumeClaimName to target specific PV 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) envSecrets: dbEncryption: