From: Mandeep Khinda Date: Thu, 14 Sep 2017 18:15:24 +0000 (+0000) Subject: Merge "Containers time zone sync" X-Git-Tag: 2.0.0-ONAP~654 X-Git-Url: https://gerrit.onap.org/r/gitweb?p=oom.git;a=commitdiff_plain;h=0fe0d89166b7f10f16fa698c2d29a3752a803593 Merge "Containers time zone sync" --- 0fe0d89166b7f10f16fa698c2d29a3752a803593 diff --cc kubernetes/policy/templates/dep-nexus.yaml index f777d0cabd,84a4433dac..15b7ec38fd --- a/kubernetes/policy/templates/dep-nexus.yaml +++ b/kubernetes/policy/templates/dep-nexus.yaml @@@ -40,8 -40,20 +40,16 @@@ spec ]' 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"