[CORD-3022] Splitting config in MCORD services

Change-Id: I90e061ad4873d0b010e2060c21a49de28a84b3a3
diff --git a/xos-services/vspgwu/templates/deployment.yaml b/xos-services/vspgwu/templates/deployment.yaml
index 52d9635..7fee01a 100644
--- a/xos-services/vspgwu/templates/deployment.yaml
+++ b/xos-services/vspgwu/templates/deployment.yaml
@@ -44,8 +44,8 @@
 {{ toYaml .Values.resources | indent 12 }}
           volumeMounts:
             - name: vspgwu-config
-              mountPath: /opt/xos/synchronizers/vspgwu/vspgwu_config.yaml
-              subPath: vspgwu_config.yaml
+              mountPath: /opt/xos/synchronizers/vspgwu/mounted_config.yaml
+              subPath: mounted_config.yaml
             - name: certchain-volume
               mountPath: /usr/local/share/ca-certificates/local_certs.crt
               subPath: config/ca_cert_chain.pem
@@ -61,7 +61,7 @@
             name: vspgwu
             items:
               - key: serviceConfig
-                path: vspgwu_config.yaml
+                path: mounted_config.yaml
         - name: certchain-volume
           configMap:
             name: ca-certificates