diff options
author | Steve Siani <alphonse.steve.siani.djissitchi@ibm.com> | 2020-03-14 12:15:50 -0400 |
---|---|---|
committer | Krzysztof Opasiak <k.opasiak@samsung.com> | 2020-03-17 11:00:50 +0000 |
commit | 3925d7f8efc136cc6bd70d5e68e4eefadbdd9ad7 (patch) | |
tree | 48e388afb4b40be061098df70d9781c0bc388bc6 /kubernetes/cds/charts/cds-blueprints-processor/templates | |
parent | 073d1f84e6c570b7c68013403a45db8101d15eea (diff) |
update properties with ErrorCatalog
Issue-ID: OOM-2337
Signed-off-by: Steve Siani <alphonse.steve.siani.djissitchi@ibm.com>
Change-Id: Iec54c9446cba54d6327659a06fade5ebaf537b3b
Diffstat (limited to 'kubernetes/cds/charts/cds-blueprints-processor/templates')
-rwxr-xr-x | kubernetes/cds/charts/cds-blueprints-processor/templates/deployment.yaml | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/kubernetes/cds/charts/cds-blueprints-processor/templates/deployment.yaml b/kubernetes/cds/charts/cds-blueprints-processor/templates/deployment.yaml index 749e9a4637..1f7c858ab7 100755 --- a/kubernetes/cds/charts/cds-blueprints-processor/templates/deployment.yaml +++ b/kubernetes/cds/charts/cds-blueprints-processor/templates/deployment.yaml @@ -116,6 +116,9 @@ spec: - mountPath: {{ .Values.config.appConfigDir }}/application.properties name: {{ include "common.fullname" . }}-config subPath: application.properties + - mountPath: {{ .Values.config.appConfigDir }}/error-messages_en.properties + name: {{ include "common.fullname" . }}-config + subPath: error-messages_en.properties - mountPath: {{ .Values.config.appConfigDir }}/logback.xml name: {{ include "common.fullname" . }}-config subPath: logback.xml @@ -149,6 +152,8 @@ spec: items: - key: application.properties path: application.properties + - key: error-messages_en.properties + path: error-messages_en.properties - key: logback.xml path: logback.xml - key: hazelcast.yaml |