From 746b84eeab691f2c7b820414fa3b7e8538b9c6f1 Mon Sep 17 00:00:00 2001 From: Steve Siani Date: Tue, 21 May 2019 10:13:29 -0400 Subject: [PATCH] Bug fix: CDS Chart update to align with processor-db Issue-ID: OOM-1867 Signed-off-by: Steve Siani Change-Id: Icc174c32ecd6f2f3fba3029377d1e859665dd027 --- .../cds-controller-blueprints/resources/config/application.properties | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.16.6