Add ability to set timezone in values.yaml

This adds the ability to be able to set the timezone in the values.yaml
file. Currently this defaults to Europe/London as with the original
chart.
This commit is contained in:
Nikolas M Skoufis
2018-04-23 22:13:53 +10:00
parent ad4d0f2e75
commit ad0d6416d0
2 changed files with 4 additions and 1 deletions
+1 -1
View File
@@ -57,7 +57,7 @@ spec:
# port: 32400
env:
- name: TZ
value: Europe/London
value: {{ .Values.timezone }}
# TODO: move this to a secret?
- name: PLEX_CLAIM
value: "{{ .Values.claimToken }}"
+3
View File
@@ -14,6 +14,9 @@ kubePlexImage:
# Override this with the plex claim token from plex.tv/claim
claimToken: ""
# Set the timezone of the plex server
timezone: Europe/London
service:
type: ClusterIP