Revert "Dynamic Config Helm Changes"

This reverts commit 4ee3e3d1db290fb1c646bf49a4ffe04c0b74494b.

Reason for revert: need more review

Change-Id: Ie76d1771394ba2e582ef047c15ce3464d82b9e8c
diff --git a/omec/5g-control-plane/templates/bin/_webui-run.sh.tpl b/omec/5g-control-plane/templates/bin/_webui-run.sh.tpl
index 781e223..2be21a3 100644
--- a/omec/5g-control-plane/templates/bin/_webui-run.sh.tpl
+++ b/omec/5g-control-plane/templates/bin/_webui-run.sh.tpl
@@ -10,6 +10,10 @@
 cp /free5gc/webconsole/webui /tmp/coredump/
 {{- end }}
 
-cat /free5gc/config/webuicfg.conf
+cd /free5gc
+cp /tmp/config/* config/
 
-./free5gc/webconsole/webconsole -webuicfg /free5gc/config/webuicfg.conf
+cat config/free5GC.conf
+cat config/webuicfg.conf
+
+./webconsole/webconsole -webuicfg config/webuicfg.conf