X-Git-Url: https://gerrit.akraino.org/r/gitweb?a=blobdiff_plain;ds=inline;f=ansible%2Froles%2Fhelm%2Ftemplates%2Ftiller.yml;fp=ansible%2Froles%2Fhelm%2Ftemplates%2Ftiller.yml;h=e5641ffe377184b439ab185440b4ba9ad0723f86;hb=d76dcc93aa915bd8a0f7f36e47b90d5178203044;hp=507a6da83885b2bb56db03b28602e69dd56eab6d;hpb=077167be3d9d5cef6d4b4ed549d9a19dfeee4df9;p=ta%2Fcaas-helm.git 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