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/_ausf-run.sh.tpl b/omec/5g-control-plane/templates/bin/_ausf-run.sh.tpl
index 43c3582..820b6cb 100644
--- a/omec/5g-control-plane/templates/bin/_ausf-run.sh.tpl
+++ b/omec/5g-control-plane/templates/bin/_ausf-run.sh.tpl
@@ -10,6 +10,10 @@
 cp /free5gc/ausf/ausf /tmp/coredump/
 {{- end }}
 
-cat /free5gc/config/ausfcfg.conf
+cd /free5gc
+cp /tmp/config/* config/
 
-./free5gc/ausf/ausf -ausfcfg /free5gc/config/ausfcfg.conf
+cat config/free5GC.conf
+cat config/ausfcfg.conf
+
+./ausf/ausf -ausfcfg config/ausfcfg.conf