bitnami/sealed-secrets

Set the timezone

Offen

#577 geöffnet am 03.05.2021

 (1 Kommentar) (0 Reaktionen) (0 zugewiesene Personen)Go (771 Forks)auto 404
backlogbuggood first issue

Repository-Metriken

Stars
 (9.222 Sterne)
PR-Merge-Metriken
 (PR-Metriken ausstehend)

Beschreibung

Hey folks, in order to have the correct timestamp in the logs of the sealedsecrets controller container, I want to set the timezone for the container to "Europe/Berlin" (or something else). Setting the environment variable TZ="Europe/Berlin" has no effect. Setting the timezone with "tzselect" on the shell inside the container throws an error:

bash-4.4$ tzselect
/usr/bin/tzselect: line 180: /usr/share/zoneinfo/iso3166.tab: No such file or directory
/usr/bin/tzselect: time zone files are not set up correctly

I can't find anything in the docs. Is there a way to give the logs the correct timestamp? Thanks, Thomas

Contributor Guide