-it appears the variable substitution was not working
and the config map was empty causing the config pod to fail.
I was sure I tested this...alas :'(
Issue-ID: OOM-277
Change-Id: I439d2e0d12f74e76c2fb0a2d44da8aaa473035a7
Signed-off-by: Mandeep Khinda <mandeep.khinda@amdocs.com>
 OPENSTACK_FLAVOUR_MEDIUM: ""
 OPENSTACK_SERVICE_TENANT_NAME: ""
 DMAAP_TOPIC: ""
-DEMO_ARTIFACTS_VERSION: ""
+DEMO_ARTIFACTS_VERSION: ""
\ No newline at end of file
 
   name: global-onap-configmap
   namespace: "{{ .Values.nsPrefix }}"
 data:
-  {{ (.Files.Glob "{{ .Values.parameterFile }}").AsConfig | indent 2 }}
+  {{ (.Files.Glob "onap-parameters.yaml").AsConfig | indent 2 }}
 ---
 apiVersion: v1
 kind: Pod
 
 # Default values for config.
 nsPrefix: onap
 dockerSharePath: /dockerdata-nfs
-parameterFile: onap-parameters.yaml
 image:
   repository: oomk8s/config-init
   tag: 1.1.0