From 264ae438db0242724926725e5f00fb775d6b95b2 Mon Sep 17 00:00:00 2001 From: Prudence Au Date: Mon, 1 Oct 2018 14:38:48 -0400 Subject: Includes Network Discovery Ctx Builder URL The fix is to include the URL for Network Discovery Context Builder in the parent chart so that it can be used by both context aggregator and network discovery context builder. Change-Id: I21be5acc21677659f512ba872657ccf7433bdfb2 Signed-off-by: Prudence Au Issue-ID: LOG-700 --- .../pomba-contextaggregator/resources/config/builders/ndcb.properties | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'kubernetes/pomba/charts/pomba-contextaggregator/resources/config/builders') diff --git a/kubernetes/pomba/charts/pomba-contextaggregator/resources/config/builders/ndcb.properties b/kubernetes/pomba/charts/pomba-contextaggregator/resources/config/builders/ndcb.properties index aa80aed310..f07cb65c31 100755 --- a/kubernetes/pomba/charts/pomba-contextaggregator/resources/config/builders/ndcb.properties +++ b/kubernetes/pomba/charts/pomba-contextaggregator/resources/config/builders/ndcb.properties @@ -12,7 +12,7 @@ # See the License for the specific language governing permissions and # limitations under the License. -server.host={{ .Values.config.networkdiscoveryCtxBuilderHost }} +server.host={{ .Values.global.networkdiscoveryCtxBuilderHost }} basicauth.username={{ .Values.config.networkdiscoveryCtxBuilderUsername }} basicauth.password={{ .Values.config.networkdiscoveryCtxBuilderPassword }} server.port={{ .Values.config.ctxBuilderExternalPort }} -- cgit 1.2.3-korg