diff options
author | mark.j.leonard <mark.j.leonard@gmail.com> | 2019-01-28 15:57:36 +0000 |
---|---|---|
committer | mark.j.leonard <mark.j.leonard@gmail.com> | 2019-01-30 14:16:21 +0000 |
commit | b6c4bb2837f6d7ced11b956c1cf69dc0b73a0309 (patch) | |
tree | 8009e396218f0f7489182bce9598843f4af5d959 /charts/aai-babel/templates/deployment.yaml | |
parent | bbde690a3139061613a60ccc6d46f654eb9c2080 (diff) |
[Babel] Add type mapping JSON configuration
Remove the deprecated filter-types.properties
Change-Id: I776a04aa8e32a8dfff276795b012ca68f331d118
Issue-ID: AAI-2121
Signed-off-by: mark.j.leonard <mark.j.leonard@gmail.com>
Diffstat (limited to 'charts/aai-babel/templates/deployment.yaml')
-rw-r--r-- | charts/aai-babel/templates/deployment.yaml | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/charts/aai-babel/templates/deployment.yaml b/charts/aai-babel/templates/deployment.yaml index 5ac0792..4f0e9dd 100644 --- a/charts/aai-babel/templates/deployment.yaml +++ b/charts/aai-babel/templates/deployment.yaml @@ -84,9 +84,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 + - mountPath: /opt/app/babel/config/tosca-mappings.json name: {{ include "common.fullname" . }}-config - subPath: filter-types.properties + subPath: tosca-mappings.json - mountPath: /opt/app/babel/config/babel-auth.properties name: {{ include "common.fullname" . }}-config subPath: babel-auth.properties @@ -204,8 +204,8 @@ spec: items: - key: artifact-generator.properties path: artifact-generator.properties - - key: filter-types.properties - path: filter-types.properties + - key: tosca-mappings.json + path: tosca-mappings.json - key: babel-auth.properties path: babel-auth.properties - key: logback.xml |