Merge "Set time zone"
authorLevente Kálé <levente.kale@nokia.com>
Wed, 12 Jun 2019 13:28:06 +0000 (13:28 +0000)
committerGerrit Code Review <gerrit@akraino.org>
Wed, 12 Jun 2019 13:28:06 +0000 (13:28 +0000)
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