Skip to content
This repository was archived by the owner on May 6, 2020. It is now read-only.

Commit 84b6342

Browse files
committed
fix(charts): pipeline time_zone value to quote func
1 parent 1c12587 commit 84b6342

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

charts/controller/templates/controller-deployment.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ spec:
7676
- name: "IMAGE_PULL_POLICY"
7777
value: "{{ .Values.app_pull_policy }}"
7878
- name: "TZ"
79-
value: "{{ default 'UTC' .Values.time_zone }}"
79+
value: {{ .Values.time_zone | default "UTC" | quote }}
8080
{{- if (.Values.deploy_hook_urls) }}
8181
- name: DEIS_DEPLOY_HOOK_URLS
8282
value: "{{ .Values.deploy_hook_urls }}"

0 commit comments

Comments
 (0)