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

Commit

Permalink
fix(charts): pipeline time_zone value to quote func
Browse files Browse the repository at this point in the history
  • Loading branch information
mboersma committed Jan 15, 2017
1 parent 1c12587 commit 84b6342
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion charts/controller/templates/controller-deployment.yaml
Expand Up @@ -76,7 +76,7 @@ spec:
- name: "IMAGE_PULL_POLICY"
value: "{{ .Values.app_pull_policy }}"
- name: "TZ"
value: "{{ default 'UTC' .Values.time_zone }}"
value: {{ .Values.time_zone | default "UTC" | quote }}
{{- if (.Values.deploy_hook_urls) }}
- name: DEIS_DEPLOY_HOOK_URLS
value: "{{ .Values.deploy_hook_urls }}"
Expand Down

0 comments on commit 84b6342

Please sign in to comment.