Upgrading simple-example-service config mount to the other services

Change-Id: I04807e8199637cea6aa0acefd51aef33d18a9429
diff --git a/xos-services/simpleexampleservice/templates/deployment.yaml b/xos-services/simpleexampleservice/templates/deployment.yaml
index eb5c997..976e54b 100644
--- a/xos-services/simpleexampleservice/templates/deployment.yaml
+++ b/xos-services/simpleexampleservice/templates/deployment.yaml
@@ -42,8 +42,8 @@
 {{ toYaml .Values.resources | indent 12 }}
           volumeMounts:
             - name: simpleexampleservice-config
-              mountPath: /opt/xos/synchronizers/simpleexampleservice/config.yaml
-              subPath: config.yaml
+              mountPath: /opt/xos/synchronizers/simpleexampleservice/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
@@ -53,7 +53,7 @@
             name: simpleexampleservice
             items:
               - key: serviceConfig
-                path: config.yaml
+                path: mounted_config.yaml
         - name: certchain-volume
           configMap:
             name: ca-certificates