From 3925d7f8efc136cc6bd70d5e68e4eefadbdd9ad7 Mon Sep 17 00:00:00 2001 From: Steve Siani Date: Sat, 14 Mar 2020 12:15:50 -0400 Subject: update properties with ErrorCatalog Issue-ID: OOM-2337 Signed-off-by: Steve Siani Change-Id: Iec54c9446cba54d6327659a06fade5ebaf537b3b --- .../cds/charts/cds-blueprints-processor/templates/deployment.yaml | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'kubernetes/cds/charts/cds-blueprints-processor/templates') 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 -- cgit 1.2.3-korg