Force RHEL6 to use UTC

Signed-off-by: Patrick Uiterwijk <patrick@puiterwijk.org>
This commit is contained in:
Patrick Uiterwijk 2019-05-11 18:30:41 +02:00
parent f7d08cb5d3
commit 0a0e3662c9
3 changed files with 9 additions and 0 deletions

View file

@ -31,6 +31,9 @@ spec:
containers:
- name: fas
image: fas:latest
env:
- name: TZ
value: UTC
command:
- bash
- /etc/fas/app_start.sh

View file

@ -31,6 +31,9 @@ spec:
containers:
- name: totpcgi
image: totpcgi:latest
env:
- name: TZ
value: UTC
ports:
- containerPort: 8080
- containerPort: 8443

View file

@ -31,6 +31,9 @@ spec:
containers:
- name: yubikey
image: yubikey:latest
env:
- name: TZ
value: UTC
ports:
- containerPort: 8080
volumeMounts: