Add missing filter-types.properties
[oom.git] / kubernetes / aai / charts / aai-babel / templates / deployment.yaml
index 849e479..7778324 100644 (file)
@@ -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