X-Git-Url: https://gerrit.onap.org/r/gitweb?a=blobdiff_plain;f=kubernetes%2Fpolicy%2Ftemplates%2Fdep-nexus.yaml;fp=kubernetes%2Fpolicy%2Ftemplates%2Fdep-nexus.yaml;h=15b7ec38fd1e029e627883194c9f4da59f786b71;hb=0fe0d89166b7f10f16fa698c2d29a3752a803593;hp=f777d0cabd40e501ddf0b6bf3e0cf9ec4af71b80;hpb=20025780f8ed5f6e34043c8419a9f551438b5a0e;p=oom.git diff --git a/kubernetes/policy/templates/dep-nexus.yaml b/kubernetes/policy/templates/dep-nexus.yaml index f777d0cabd..15b7ec38fd 100644 --- a/kubernetes/policy/templates/dep-nexus.yaml +++ b/kubernetes/policy/templates/dep-nexus.yaml @@ -43,5 +43,13 @@ spec: - 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"