MME ROC interface changes

Change-Id: Ie825e5505f89d1340cc0da5d17602edac665b641
diff --git a/omec/omec-control-plane/templates/statefulset-mme.yaml b/omec/omec-control-plane/templates/statefulset-mme.yaml
index 0a47593..688879e 100644
--- a/omec/omec-control-plane/templates/statefulset-mme.yaml
+++ b/omec/omec-control-plane/templates/statefulset-mme.yaml
@@ -127,6 +127,10 @@
               fieldPath: status.podIP
         - name: MMERUNENV
           value: "container"
+      {{- if .Values.config.managedByConfigPod.enabled }}
+        - name: MANAGED_BY_CONFIG_POD
+          value: "true"
+      {{- end }}
         volumeMounts:
         - name: scripts
           mountPath: /opt/mme/scripts
@@ -158,6 +162,10 @@
         env:
         - name: MMERUNENV
           value: "container"
+      {{- if .Values.config.managedByConfigPod.enabled }}
+        - name: MANAGED_BY_CONFIG_POD
+          value: "true"
+      {{- end }}
         volumeMounts:
         - name: scripts
           mountPath: /opt/mme/scripts
@@ -189,6 +197,10 @@
         env:
         - name: MMERUNENV
           value: "container"
+      {{- if .Values.config.managedByConfigPod.enabled }}
+        - name: MANAGED_BY_CONFIG_POD
+          value: "true"
+      {{- end }}
         volumeMounts:
         - name: scripts
           mountPath: /opt/mme/scripts
@@ -218,6 +230,10 @@
         env:
         - name: MMERUNENV
           value: "container"
+      {{- if .Values.config.managedByConfigPod.enabled }}
+        - name: MANAGED_BY_CONFIG_POD
+          value: "true"
+      {{- end }}
         volumeMounts:
         - name: scripts
           mountPath: /opt/mme/scripts