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'