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-smf.yaml b/omec/5g-control-plane/templates/deployment-smf.yaml
index 030d1f2..0ee4676 100644
--- a/omec/5g-control-plane/templates/deployment-smf.yaml
+++ b/omec/5g-control-plane/templates/deployment-smf.yaml
@@ -67,14 +67,10 @@
         - name: run-script
           mountPath: /free5gc/script/smf-run.sh
           subPath: smf-run.sh
-        - name: config-dir
+        - name: nf-config
+          mountPath: /free5gc/uerouting
+        - name: nf-config
           mountPath: /free5gc/config
-        - name: nf-config
-          mountPath: /tmp/config/uerouting.conf
-          subPath: uerouting.conf
-        - name: nf-config
-          mountPath: /tmp/config/smfcfg.conf
-          subPath: smfcfg.conf
       {{- if .Values.config.coreDump.enabled }}
         - name: coredump
           mountPath: /tmp/coredump
@@ -88,8 +84,6 @@
         configMap:
           name: smf
           defaultMode: 493
-      - name: config-dir
-        emptyDir: {}
     {{- if .Values.config.coreDump.enabled }}
       - name: host-rootfs
         hostPath: