Making URR & logging as configurable in spgw

Change-Id: I5cb9afd1a1a3ed464d85aab525daade06bc0240e
diff --git a/omec/omec-control-plane/templates/configmap-spgwc.yaml b/omec/omec-control-plane/templates/configmap-spgwc.yaml
index dea3c0a..11d0c80 100644
--- a/omec/omec-control-plane/templates/configmap-spgwc.yaml
+++ b/omec/omec-control-plane/templates/configmap-spgwc.yaml
@@ -28,6 +28,8 @@
     [GLOBAL]
     CP_TYPE = 03
     GX_CONFIG = {{ .Values.config.spgwc.global.gx_config }}
+    URR_CONFIG = {{ .Values.config.spgwc.global.urr_config }}
+    LOGGING_LEVEL = {{ .Values.config.spgwc.global.logging_level}}
     S5S8_PORT = 2123
     UPF_PFCP_PORT = 8805
     S11_PORT = {{ .Values.config.spgwc.s11.port }}