X-Git-Url: https://gerrit.akraino.org/r/gitweb?a=blobdiff_plain;f=ansible%2Froles%2Fhelm%2Ftemplates%2Ftiller.yml;fp=ansible%2Froles%2Fhelm%2Ftemplates%2Ftiller.yml;h=e5641ffe377184b439ab185440b4ba9ad0723f86;hb=d3a961fb764ba53a23e86a552b87338ce756606d;hp=507a6da83885b2bb56db03b28602e69dd56eab6d;hpb=ca10f93fb4e5aad68a85c98adb22345555b2b09a;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