SEBA-461 update simpleexampleservice chart
Change-Id: I9334a57a5544d1cd06d0dde9f3bbee291d889f16
diff --git a/xos-services/simpleexampleservice/templates/deployment.yaml b/xos-services/simpleexampleservice/templates/deployment.yaml
index 57db355..eb5c997 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/simpleexampleservice_config.yaml
- subPath: simpleexampleservice_config.yaml
+ mountPath: /opt/xos/synchronizers/simpleexampleservice/config.yaml
+ subPath: 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: simpleexampleservice_config.yaml
+ path: config.yaml
- name: certchain-volume
configMap:
name: ca-certificates