summaryrefslogtreecommitdiffstats
path: root/kubernetes/sdnc/charts/sdnc-portal/templates/configmap.yaml
diff options
context:
space:
mode:
authorjmac <james.macnider@amdocs.com>2018-04-18 01:25:38 +0000
committerjmac <james.macnider@amdocs.com>2018-04-18 01:25:45 +0000
commit2d276e07fee5da514c9f7ff6d4182c18c5741c5c (patch)
tree94c909b9133fd91c2d0a709090a15c738dd847dd /kubernetes/sdnc/charts/sdnc-portal/templates/configmap.yaml
parentea152e3b7bda417cee89b4b1bce87b9b2123fd21 (diff)
Fixes for SDNC portal pod
With these changes, the SDNC Portal pod is now coming up cleanly and there are no errors in the logs. I was able to successfully create a user and log in to the portal. Change-Id: Iab3374c585a0b88844e83860d14e572e151958a6 Signed-off-by: jmac <james.macnider@amdocs.com> Issue-ID: OOM-881
Diffstat (limited to 'kubernetes/sdnc/charts/sdnc-portal/templates/configmap.yaml')
-rw-r--r--kubernetes/sdnc/charts/sdnc-portal/templates/configmap.yaml4
1 files changed, 2 insertions, 2 deletions
diff --git a/kubernetes/sdnc/charts/sdnc-portal/templates/configmap.yaml b/kubernetes/sdnc/charts/sdnc-portal/templates/configmap.yaml
index f2f2524dfd..fe08a96b39 100644
--- a/kubernetes/sdnc/charts/sdnc-portal/templates/configmap.yaml
+++ b/kubernetes/sdnc/charts/sdnc-portal/templates/configmap.yaml
@@ -15,7 +15,7 @@
apiVersion: v1
kind: ConfigMap
metadata:
- name: sdnc-portal-configmap
+ name: {{ include "common.fullname" . }}-portal
namespace: {{ include "common.namespace" . }}
data:
-{{ tpl (.Files.Glob "resources/config/*").AsConfig . | indent 2 }}
+{{ tpl (.Files.Glob "resources/config/*").AsConfig . | indent 2 }} \ No newline at end of file