From cd27fa6099448451a84de7cbb213eb2777bf27f0 Mon Sep 17 00:00:00 2001 From: gfraboni Date: Mon, 25 Sep 2017 16:37:41 -0400 Subject: [PATCH] Fix default namespace for Consul deployments. The Default namespace prefix for all pods deployed by one-click is 'onap', but the values file for Consul was using 'inf' instead. This has been corrected to be in line with the other components. Issue-ID: OOM-86 Change-Id: I05a184090f678af8d019ba46eb6c750e5ee03e39 Signed-off-by: gfraboni --- kubernetes/consul/values.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/kubernetes/consul/values.yaml b/kubernetes/consul/values.yaml index 2b713dc278..89f3ecd0a7 100644 --- a/kubernetes/consul/values.yaml +++ b/kubernetes/consul/values.yaml @@ -1,4 +1,4 @@ -nsPrefix: "inf" +nsPrefix: "onap" nodePortPrefix: 302 consuldockerTag: "latest" rootHostPath: "/dockerdata-nfs" -- 2.16.6