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/deployment-webui.yaml b/omec/5g-control-plane/templates/deployment-webui.yaml
index 181af16..6c554ec 100644
--- a/omec/5g-control-plane/templates/deployment-webui.yaml
+++ b/omec/5g-control-plane/templates/deployment-webui.yaml
@@ -62,9 +62,11 @@
         - name: config-dir
           mountPath: /free5gc/config
         - name: common-config
-          mountPath: /free5gc/config
+          mountPath: /tmp/config/free5GC.conf
+          subPath: free5GC.conf
         - name: nf-config
-          mountPath: /free5gc/config
+          mountPath: /tmp/config/webuicfg.conf
+          subPath: webuicfg.conf
       {{- if .Values.config.coreDump.enabled }}
         - name: coredump
           mountPath: /tmp/coredump