Fix default namespace for Consul deployments. 03/15203/1
authorgfraboni <gino.fraboni@amdocs.com>
Mon, 25 Sep 2017 20:37:41 +0000 (16:37 -0400)
committergfraboni <gino.fraboni@amdocs.com>
Mon, 25 Sep 2017 20:37:57 +0000 (16:37 -0400)
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 <gino.fraboni@amdocs.com>
kubernetes/consul/values.yaml

index 2b713dc..89f3ecd 100644 (file)
@@ -1,4 +1,4 @@
-nsPrefix: "inf"
+nsPrefix: "onap"
 nodePortPrefix: 302
 consuldockerTag: "latest"
 rootHostPath: "/dockerdata-nfs"