Fix up yaml replacement syntax

Need the quotes around it if it's the only value
This commit is contained in:
Nikolas M Skoufis
2018-04-23 22:15:58 +10:00
parent ad0d6416d0
commit 26e43a5b69
+1 -1
View File
@@ -57,7 +57,7 @@ spec:
# port: 32400 # port: 32400
env: env:
- name: TZ - name: TZ
value: {{ .Values.timezone }} value: "{{ .Values.timezone }}"
# TODO: move this to a secret? # TODO: move this to a secret?
- name: PLEX_CLAIM - name: PLEX_CLAIM
value: "{{ .Values.claimToken }}" value: "{{ .Values.claimToken }}"