diff options
author | Alexis de Talhouƫt <alexis.de_talhouet@bell.ca> | 2018-10-18 20:46:40 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2018-10-18 20:46:40 +0000 |
commit | 040f5c09628d5fb76ac7c9421f8ab73007ded570 (patch) | |
tree | 0453d3eb76f97ecdff73c46c284a0e1d7fc0d046 /kubernetes/common | |
parent | 357ba2e940cc851b9d3555e88dd784405cbcbc5d (diff) | |
parent | dc8690ee3b0aca0c1b3b6fef8f0740f637b5c43a (diff) |
Merge "Fix deploy when subcharts contain same name"
Diffstat (limited to 'kubernetes/common')
-rw-r--r-- | kubernetes/common/common/templates/_repository.tpl | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/kubernetes/common/common/templates/_repository.tpl b/kubernetes/common/common/templates/_repository.tpl index 364ba7dc4c..272db42125 100644 --- a/kubernetes/common/common/templates/_repository.tpl +++ b/kubernetes/common/common/templates/_repository.tpl @@ -41,6 +41,7 @@ */}} {{- define "common.repository.secret" -}} {{- $repo := include "common.repository" . }} + {{- $repo := default "nexus3.onap.org:10001" $repo }} {{- $cred := .Values.global.repositoryCred }} {{- $mail := default "@" $cred.mail }} {{- $auth := printf "%s:%s" $cred.user $cred.password | b64enc }} |