diff options
author | gfraboni <gino.fraboni@amdocs.com> | 2017-09-25 16:37:41 -0400 |
---|---|---|
committer | gfraboni <gino.fraboni@amdocs.com> | 2017-09-25 16:37:57 -0400 |
commit | cd27fa6099448451a84de7cbb213eb2777bf27f0 (patch) | |
tree | 49aba2bb516d7a30e5bb74f6528b66028d843fbd | |
parent | eea67707d608c4aae5f79e39cf36683d1b7f5fa9 (diff) |
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 <gino.fraboni@amdocs.com>
-rw-r--r-- | kubernetes/consul/values.yaml | 2 |
1 files changed, 1 insertions, 1 deletions
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" |