From 39427a375d4c924394fc03677e9b9316eb33b3b3 Mon Sep 17 00:00:00 2001 From: Daniel Date: Wed, 11 Jun 2025 10:11:33 +0200 Subject: [PATCH] Update seaweedfs.yaml --- argocd/apps/seaweedfs/seaweedfs.yaml | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/argocd/apps/seaweedfs/seaweedfs.yaml b/argocd/apps/seaweedfs/seaweedfs.yaml index 57a1b6b..01745a8 100644 --- a/argocd/apps/seaweedfs/seaweedfs.yaml +++ b/argocd/apps/seaweedfs/seaweedfs.yaml @@ -83,3 +83,10 @@ spec: syncOptions: - CreateNamespace=true - RespectIgnoreDifferences=true + template: + spec: + containers: + - name: seaweedfs + env: + - name: TZ + value: 'Europe/Berlin'