update properties with ErrorCatalog
[oom.git] / kubernetes / cds / charts / cds-blueprints-processor / templates / deployment.yaml
index 749e9a4..1f7c858 100755 (executable)
@@ -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