You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@apisix.apache.org by me...@apache.org on 2020/12/15 13:11:17 UTC

[apisix] branch master updated: fix: remove hardcoded TZ env (#3049)

This is an automated email from the ASF dual-hosted git repository.

membphis pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/apisix.git


The following commit(s) were added to refs/heads/master by this push:
     new 1ece1e1  fix: remove hardcoded TZ env (#3049)
1ece1e1 is described below

commit 1ece1e12ee3c15f119144d31c6b2a03ceb8be763
Author: 罗泽轩 <sp...@gmail.com>
AuthorDate: Tue Dec 15 21:11:06 2020 +0800

    fix: remove hardcoded TZ env (#3049)
    
    fix #3039
---
 kubernetes/deployment.yaml | 2 --
 1 file changed, 2 deletions(-)

diff --git a/kubernetes/deployment.yaml b/kubernetes/deployment.yaml
index 4b03cb7..52a192c 100644
--- a/kubernetes/deployment.yaml
+++ b/kubernetes/deployment.yaml
@@ -66,8 +66,6 @@ spec:
 
       containers:
         - env:
-            - name: TZ
-              value: "Asia/Shanghai"
             - name: POD_NAME
               valueFrom:
                 fieldRef: