Set time zone 29/729/1
authorSzekeres, Balazs (Nokia - HU/Budapest) <balazs.szekeres@nokia.com>
Fri, 17 May 2019 08:15:33 +0000 (10:15 +0200)
committerSzekeres, Balazs (Nokia - HU/Budapest) <balazs.szekeres@nokia.com>
Fri, 17 May 2019 08:15:33 +0000 (10:15 +0200)
Tiller container now uses the host time zone settings.

Change-Id: I5e9dc85498ab85eb4152406a91879fe6be57ac97
Signed-off-by: Szekeres, Balazs (Nokia - HU/Budapest) <balazs.szekeres@nokia.com>
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