diff options
author | 2017-09-14 15:19:13 +0000 | |
---|---|---|
committer | 2017-09-14 15:19:13 +0000 | |
commit | 5ec693b7718b132e9dbf5befc5b3b2ccce2a133c (patch) | |
tree | 339f497e75c241abdad9c465b7e74f6e7a9ba574 /kubernetes/policy/templates/dep-nexus.yaml | |
parent | b2243d375665d38db86fd2888ce64acb01b73567 (diff) | |
parent | 126102491526b5ba06092855b84ffe359b117df0 (diff) |
Merge "move policy config to onap 1.1"
Diffstat (limited to 'kubernetes/policy/templates/dep-nexus.yaml')
-rw-r--r-- | kubernetes/policy/templates/dep-nexus.yaml | 6 |
1 files changed, 1 insertions, 5 deletions
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: |