summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--templates/robot-deployment.yaml6
1 files changed, 6 insertions, 0 deletions
diff --git a/templates/robot-deployment.yaml b/templates/robot-deployment.yaml
index 3a98f87..da017db 100644
--- a/templates/robot-deployment.yaml
+++ b/templates/robot-deployment.yaml
@@ -18,6 +18,9 @@ spec:
imagePullPolicy: {{ .Values.pullPolicy }}
name: robot
volumeMounts:
+ - name: localtime
+ mountPath: /etc/localtime
+ readOnly: true
- name: robot-eteshare
mountPath: /share
- name: robot-resources-asdc-interface
@@ -44,6 +47,9 @@ spec:
initialDelaySeconds: 5
periodSeconds: 10
volumes:
+ - name: localtime
+ hostPath:
+ path: /etc/localtime
- name: robot-eteshare
hostPath:
path: /dockerdata-nfs/{{ .Values.nsPrefix }}/robot/eteshare