[CORD-3022] Splitting config in MCORD services

Change-Id: I90e061ad4873d0b010e2060c21a49de28a84b3a3
diff --git a/xos-services/vhss/templates/deployment.yaml b/xos-services/vhss/templates/deployment.yaml
index abeb18a..6f1baf8 100644
--- a/xos-services/vhss/templates/deployment.yaml
+++ b/xos-services/vhss/templates/deployment.yaml
@@ -44,8 +44,8 @@
 {{ toYaml .Values.resources | indent 12 }}
           volumeMounts:
             - name: vhss-config
-              mountPath: /opt/xos/synchronizers/vhss/vhss_config.yaml
-              subPath: vhss_config.yaml
+              mountPath: /opt/xos/synchronizers/vhss/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: vhss
             items:
               - key: serviceConfig
-                path: vhss_config.yaml
+                path: mounted_config.yaml
         - name: certchain-volume
           configMap:
             name: ca-certificates