summaryrefslogtreecommitdiffstats
path: root/templates/all-services.yaml
diff options
context:
space:
mode:
authorMandeep Khinda <mandeep.khinda@amdocs.com>2017-08-25 03:31:17 +0000
committerMandeep Khinda <mandeep.khinda@amdocs.com>2017-08-25 03:41:20 +0000
commit26f54265aae6c9fc40c479aa10dada6b7e8b63dc (patch)
tree4d4b9595a14ee90c9581b43e7fc5a684d10a9374 /templates/all-services.yaml
parent4b69a8c35b9c8a96ada9f1c4cf9247fe5fe7cdad (diff)
refactor helm files to use namespace prefix
-removed the full namespace from each template. better lets us reuse variables. -made secret end up in a configurable namespace -fixed some bugs where secrets were missing -updated createAll and delete to make use of namespace prefix removing the need for seds to replace the word onap. *** all containers at this point come up in my env. except for aai model loader which is failing cause its still at 1.0 and its trying to talk to a 1.1 sdc and it doesnt auth properly. *** Issue-ID:OOM-215 Change-Id: I15815a01469786a391e272fde4bdaa53ff48091c Signed-off-by: Mandeep Khinda <mandeep.khinda@amdocs.com>
Diffstat (limited to 'templates/all-services.yaml')
-rw-r--r--templates/all-services.yaml2
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/all-services.yaml b/templates/all-services.yaml
index 2b80a29..a14dae7 100644
--- a/templates/all-services.yaml
+++ b/templates/all-services.yaml
@@ -4,7 +4,7 @@ metadata:
labels:
app: robot
name: robot
- namespace: {{ .Values.NS }}
+ namespace: "{{ .Values.nsPrefix }}-robot"
spec:
ports:
- port: 88