]'
      spec:
        containers:
 -      - command:
 -        - /bin/bash
 -        - -c
 -        - bash -c "/opt/nexus/nexus-2.14.2-01/bin/nexus start && sleep 1000d"
 -        image: "{{ .Values.image.policyNexus }}:{{ .Values.image.policyNexusVersion }}"
 +      - image: "{{ .Values.image.policyNexus }}:{{ .Values.image.policyNexusVersion }}"
          imagePullPolicy: {{ .Values.pullPolicy }}
          name: nexus
+         volumeMounts:
+         - name: localtime
+           mountPath: /etc/localtime
+           readOnly: true
+       volumes:
+       - name: localtime
+         hostPath:
+           path: /etc/localtime
        imagePullSecrets:
        - name: "{{ .Values.nsPrefix }}-docker-registry-key"