summaryrefslogtreecommitdiffstats
path: root/mod/runtimeapi/runtime-web/src/main/resources
diff options
context:
space:
mode:
authorVijay Venkatesh Kumar <vv770d@att.com>2021-10-08 16:26:33 +0000
committerGerrit Code Review <gerrit@onap.org>2021-10-08 16:26:33 +0000
commitff94acee8b41511dcd7f339778c87ca5931e8668 (patch)
tree129239eaf55c8676f5bdc71d332ae3eaa4fa67dd /mod/runtimeapi/runtime-web/src/main/resources
parenta494a322554924f6f9c3d6cc79240f54d3a8da0b (diff)
parent4371989e7a50d015b6eefa074d4988033223551b (diff)
Merge "integrate helm-chart-generator to runtime api"
Diffstat (limited to 'mod/runtimeapi/runtime-web/src/main/resources')
-rw-r--r--mod/runtimeapi/runtime-web/src/main/resources/application.properties12
1 files changed, 12 insertions, 0 deletions
diff --git a/mod/runtimeapi/runtime-web/src/main/resources/application.properties b/mod/runtimeapi/runtime-web/src/main/resources/application.properties
index f3b06aa..31d56d8 100644
--- a/mod/runtimeapi/runtime-web/src/main/resources/application.properties
+++ b/mod/runtimeapi/runtime-web/src/main/resources/application.properties
@@ -24,3 +24,15 @@ onap.import.postgresPlugin=https://nexus.onap.org/service/local/repositories/raw
onap.import.clampPlugin=https://nexus.onap.org/service/local/repositories/raw/content/org.onap.dcaegen2.platform.plugins/R6/clamppolicyplugin/1.1.0/clamppolicyplugin_types.yaml
onap.import.dmaapPlugin= https://nexus.onap.org/content/repositories/raw/org.onap.ccsdk.platform.plugins/type_files/dmaap/dmaap.yaml
+
+# The artifact type can be BLUEPRINT or HELM
+artifact.type=BLUEPRINT
+
+#set these properties if artifact.type is HELM
+helm.base.chart.template.location=./data/helm-base-template
+
+chartmuseum.baseurl=http://localhost:8081
+
+chartmuseum.auth.basic.username=
+
+chartmuseum.auth.basic.password=