diff options
author | Alexis de Talhouët <adetalhouet89@gmail.com> | 2018-09-19 09:02:33 -0400 |
---|---|---|
committer | Alexis de Talhouët <alexis.de_talhouet@bell.ca> | 2018-09-19 15:43:59 +0000 |
commit | 7b1252237a2dfbc7d4fdc0b159ed013a909d8e20 (patch) | |
tree | b46de2e5550ec16b213c6c174e470bd2803d2f75 /kubernetes/aai/charts/aai-babel/templates/deployment.yaml | |
parent | a52efcc04e5fc9dfb14df30bb62e1aa91e527f0c (diff) |
Add missing filter-types.properties
Change-Id: I2ddfcc9aa3856ec57d12b98e865e9115af9478f2
Issue-ID: OOM-1411
Signed-off-by: Alexis de Talhouët <adetalhouet89@gmail.com>
Diffstat (limited to 'kubernetes/aai/charts/aai-babel/templates/deployment.yaml')
-rw-r--r-- | kubernetes/aai/charts/aai-babel/templates/deployment.yaml | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/kubernetes/aai/charts/aai-babel/templates/deployment.yaml b/kubernetes/aai/charts/aai-babel/templates/deployment.yaml index 849e47925f..7778324200 100644 --- a/kubernetes/aai/charts/aai-babel/templates/deployment.yaml +++ b/kubernetes/aai/charts/aai-babel/templates/deployment.yaml @@ -71,6 +71,9 @@ spec: - mountPath: /opt/app/babel/config/artifact-generator.properties name: {{ include "common.fullname" . }}-config subPath: artifact-generator.properties + - mountPath: /opt/app/babel/config/filter-types.properties + name: {{ include "common.fullname" . }}-config + subPath: filter-types.properties - mountPath: /opt/app/babel/config/babel-auth.properties name: {{ include "common.fullname" . }}-config subPath: babel-auth.properties @@ -115,6 +118,8 @@ spec: items: - key: artifact-generator.properties path: artifact-generator.properties + - key: filter-types.properties + path: filter-types.properties - key: babel-auth.properties path: babel-auth.properties - key: logback.xml |