Dynamic Config Helm Changes

This reverts commit 64f3435aa9d2e0a720e2f366a2db9eed5d74b118.

Reason for revert: revert for review

Change-Id: Iecd863deba01cdd9f433945e69e31e94f717f4eb
diff --git a/omec/5g-control-plane/templates/deployment-webui.yaml b/omec/5g-control-plane/templates/deployment-webui.yaml
index 508838e..78713a8 100644
--- a/omec/5g-control-plane/templates/deployment-webui.yaml
+++ b/omec/5g-control-plane/templates/deployment-webui.yaml
@@ -59,11 +59,8 @@
         - name: run-script
           mountPath: /free5gc/script/webui-run.sh
           subPath: webui-run.sh
-        - name: config-dir
-          mountPath: /free5gc/config
         - name: nf-config
-          mountPath: /tmp/config/webuicfg.conf
-          subPath: webuicfg.conf
+          mountPath: /free5gc/config
       {{- if .Values.config.coreDump.enabled }}
         - name: coredump
           mountPath: /tmp/coredump
@@ -77,8 +74,6 @@
         configMap:
           name: webui
           defaultMode: 493
-      - name: config-dir
-        emptyDir: {}
     {{- if .Values.config.coreDump.enabled }}
       - name: host-rootfs
         hostPath: