EDGEPOD-103 : SGW should not take MME address as config parameter

Getting rid of mme-ip exposure to SGWC pod.

Change-Id: I2f87aae435d95dd4be33ab2c00d0721c5ebefe63
diff --git a/omec/omec-control-plane/templates/configmap-spgwc.yaml b/omec/omec-control-plane/templates/configmap-spgwc.yaml
index 4a049c2..ea9aeb4 100644
--- a/omec/omec-control-plane/templates/configmap-spgwc.yaml
+++ b/omec/omec-control-plane/templates/configmap-spgwc.yaml
@@ -29,7 +29,7 @@
     CORES="-c $(taskset -p $$ | awk '{print $NF}')"
     EAL_ARGS="${CORES} ${MEMORY} --no-pci"
 
-    MGMT_INFO="-s ${POD_IP} -m ${MME_ADDR} -w {{ .Values.config.spgwc.s1uAddr }}"
+    MGMT_INFO="-s ${POD_IP} -w {{ .Values.config.spgwc.s1uAddr }}"
     APN_INFO="-i {{ .Values.config.spgwc.ueIpPool.ip }} -p {{ .Values.config.spgwc.ueIpPool.mask }} -a {{ .Values.config.spgwc.apn }}"
     MISC="-l 2"
     SPGW_CFG="-d 03"