diff options
author | ssteve <alphonse.steve.siani.djissitchi@ibm.com> | 2019-02-26 17:43:33 -0500 |
---|---|---|
committer | ssteve <alphonse.steve.siani.djissitchi@ibm.com> | 2019-02-26 17:45:15 -0500 |
commit | dd598e9ace085687a0d85f5a36640a449ffa4674 (patch) | |
tree | 107ae5bb2f65482c2a90ddb1060a40b9e5994b66 /kubernetes/common/controller-blueprints/resources/config/application.properties | |
parent | 716d2039e4ad652c8cbb3ebdda09172998aacf0c (diff) |
Fix ControllerBlueprints Chart
Change-Id: I182ec361b16ce037871534e16b07a9057684864e
Issue-ID: CCSDK-957
Signed-off-by: ssteve <alphonse.steve.siani.djissitchi@ibm.com>
Diffstat (limited to 'kubernetes/common/controller-blueprints/resources/config/application.properties')
-rwxr-xr-x | kubernetes/common/controller-blueprints/resources/config/application.properties | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/kubernetes/common/controller-blueprints/resources/config/application.properties b/kubernetes/common/controller-blueprints/resources/config/application.properties index 69dd54c2c6..7eec7f9115 100755 --- a/kubernetes/common/controller-blueprints/resources/config/application.properties +++ b/kubernetes/common/controller-blueprints/resources/config/application.properties @@ -59,11 +59,11 @@ controllerblueprints.blueprintEnrichmentPath=/etc/blueprints/enrichment # blueprints.load.initial-data may be overridden by ENV variables controllerblueprints.loadInitialData={{ .Values.config.initDataLoad }} controllerblueprints.loadBluePrint=true -controllerblueprints.loadBluePrintPaths=/opt/model-catalog/blueprint-model/service-blueprint +controllerblueprints.loadBluePrintPaths=/opt/app/onap/model-catalog/blueprint-model/service-blueprint controllerblueprints.loadModelType=true -controllerblueprints.loadModeTypePaths=/opt/model-catalog/definition-type/starter-type +controllerblueprints.loadModeTypePaths=/opt/app/onap/model-catalog/definition-type/starter-type controllerblueprints.loadResourceDictionary=true -controllerblueprints.loadResourceDictionaryPaths=/opt/model-catalog/resource-dictionary/starter-dictionary +controllerblueprints.loadResourceDictionaryPaths=/opt/app/onap/model-catalog/resource-dictionary/starter-dictionary # CBA file extension controllerblueprints.loadCbaExtension=zip |