Dynamic Config Helm Changes

Change-Id: I5e59ea542bfeb7278781cd5efedeae0b44d97999
diff --git a/omec/5g-control-plane/templates/bin/_pcf-run.sh.tpl b/omec/5g-control-plane/templates/bin/_pcf-run.sh.tpl
index a758c44..121eb51 100644
--- a/omec/5g-control-plane/templates/bin/_pcf-run.sh.tpl
+++ b/omec/5g-control-plane/templates/bin/_pcf-run.sh.tpl
@@ -10,10 +10,6 @@
 cp /free5gc/pcf/pcf /tmp/coredump/
 {{- end }}
 
-cd /free5gc
-cp /tmp/config/* config/
+cat /free5gc/config/pcfcfg.conf
 
-cat config/free5GC.conf
-cat config/pcfcfg.conf
-
-./pcf/pcf -pcfcfg config/pcfcfg.conf
+./free5gc/pcf/pcf -pcfcfg /free5gc/config/pcfcfg.conf