From 126102491526b5ba06092855b84ffe359b117df0 Mon Sep 17 00:00:00 2001 From: Mandeep Khinda Date: Thu, 14 Sep 2017 11:37:33 +0000 Subject: move policy config to onap 1.1 was the cause of the robot failure for policy in oom Issue-ID: OOM-297 Change-Id: Iabb24cc7a007ef852cde3ebe2cbb9226bb4153b3 Signed-off-by: Mandeep Khinda Signed-off-by: Ahmed Alabulrahman --- kubernetes/policy/templates/dep-nexus.yaml | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) (limited to 'kubernetes/policy/templates/dep-nexus.yaml') diff --git a/kubernetes/policy/templates/dep-nexus.yaml b/kubernetes/policy/templates/dep-nexus.yaml index de067b162f..f777d0cabd 100644 --- a/kubernetes/policy/templates/dep-nexus.yaml +++ b/kubernetes/policy/templates/dep-nexus.yaml @@ -40,11 +40,7 @@ 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 imagePullSecrets: -- cgit 1.2.3-korg