diff options
author | Steve Siani <alphonse.steve.siani.djissitchi@ibm.com> | 2019-05-21 10:13:29 -0400 |
---|---|---|
committer | Steve Siani <alphonse.steve.siani.djissitchi@ibm.com> | 2019-05-21 10:14:54 -0400 |
commit | 746b84eeab691f2c7b820414fa3b7e8538b9c6f1 (patch) | |
tree | 73f63de27de9fccb8dce0feb54deb498c973cefe /kubernetes/cds/charts/cds-controller-blueprints/resources/config/application.properties | |
parent | 8f62ea20c6d74987a95f08c1568858cfaa92eb5f (diff) |
Bug fix: CDS Chart update to align with processor-db
Issue-ID: OOM-1867
Signed-off-by: Steve Siani <alphonse.steve.siani.djissitchi@ibm.com>
Change-Id: Icc174c32ecd6f2f3fba3029377d1e859665dd027
Diffstat (limited to 'kubernetes/cds/charts/cds-controller-blueprints/resources/config/application.properties')
-rwxr-xr-x | kubernetes/cds/charts/cds-controller-blueprints/resources/config/application.properties | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kubernetes/cds/charts/cds-controller-blueprints/resources/config/application.properties b/kubernetes/cds/charts/cds-controller-blueprints/resources/config/application.properties index 7fde0fd385..ebc1d2e9a9 100755 --- a/kubernetes/cds/charts/cds-controller-blueprints/resources/config/application.properties +++ b/kubernetes/cds/charts/cds-controller-blueprints/resources/config/application.properties @@ -44,7 +44,7 @@ spring.jpa.hibernate.naming-strategy=org.hibernate.cfg.ImprovedNamingStrategy spring.jpa.properties.hibernate.dialect=org.hibernate.dialect.MySQL5InnoDBDialect # Load Resource Source Mappings -resourceSourceMappings=primary-db=source-primary-db,input=source-input,default=source-default,primary-config-data=source-rest,capability=source-capability +resourceSourceMappings=processor-db=source-processor-db,primary-db=source-processor-db,input=source-input,default=source-default,primary-config-data=source-rest,primary-aai-data=source-rest,capability=source-capability # Controller Blueprints Core Configuration controllerblueprints.blueprintDeployPath=/etc/blueprints/deploy |