From: Levente Kálé Date: Wed, 12 Jun 2019 13:28:06 +0000 (+0000) Subject: Merge "Set time zone" X-Git-Url: https://gerrit.akraino.org/r/gitweb?p=ta%2Fcaas-helm.git;a=commitdiff_plain;h=d76dcc93aa915bd8a0f7f36e47b90d5178203044;hp=077167be3d9d5cef6d4b4ed549d9a19dfeee4df9 Merge "Set time zone" --- diff --git a/ansible/roles/helm/templates/tiller.yml b/ansible/roles/helm/templates/tiller.yml index 507a6da..e5641ff 100644 --- a/ansible/roles/helm/templates/tiller.yml +++ b/ansible/roles/helm/templates/tiller.yml @@ -49,4 +49,12 @@ spec: value: "{{ caas.internal_flannel_interface }}" - name: TILLER_PORT value: "{{ caas.tiller_port }}" + volumeMounts: + - name: time-mount + mountPath: /etc/localtime + readOnly: true + volumes: + - name: time-mount + hostPath: + path: /etc/localtime serviceAccountName: tiller