Merge "Set time zone"
[ta/caas-helm.git] / ansible / roles / helm / templates / tiller.yml
index 507a6da..e5641ff 100644 (file)
@@ -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