Change resource name in data-plane-cni to support new UPF chart

Change-Id: Ib227832e02da62e7bc8d7fd480975f3cb98d86ab
diff --git a/omec/omec-data-plane-cni/templates/configmap-sriov-conf.yaml b/omec/omec-data-plane-cni/templates/configmap-sriov-conf.yaml
index 3f0b145..251539e 100644
--- a/omec/omec-data-plane-cni/templates/configmap-sriov-conf.yaml
+++ b/omec/omec-data-plane-cni/templates/configmap-sriov-conf.yaml
@@ -16,14 +16,14 @@
     {
       "resourceList": [
         {
-          "resourceName": "sriov_vfio_s1u_net",
+          "resourceName": "sriov_vfio_access_net",
           "selectors": {
               "pfNames": {{ toJson .Values.config.sriov.resourceList.vfio.s1uPfNames }},
               "drivers": ["vfio-pci"]
           }
         },
         {
-          "resourceName": "sriov_vfio_sgi_net",
+          "resourceName": "sriov_vfio_core_net",
           "selectors": {
               "pfNames": {{ toJson .Values.config.sriov.resourceList.vfio.sgiPfNames }},
               "drivers": ["vfio-pci"]