From 1838366d51a172b0240a5e23c5d691b544a7a6be Mon Sep 17 00:00:00 2001 From: Dhrumin Desai Date: Mon, 9 Aug 2021 16:52:04 -0400 Subject: Helm-generator - seedcode delivery for helm chart generation tool from component spec Issue-ID: DCAEGEN2-2694 Change-Id: I3e317e312f90b061c0cdff155b8673967aea414b Signed-off-by: Dhrumin Desai --- .../src/main/resources/application.properties | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 mod2/helm-generator/helmchartgenerator-core/src/main/resources/application.properties (limited to 'mod2/helm-generator/helmchartgenerator-core/src/main/resources/application.properties') diff --git a/mod2/helm-generator/helmchartgenerator-core/src/main/resources/application.properties b/mod2/helm-generator/helmchartgenerator-core/src/main/resources/application.properties new file mode 100644 index 0000000..df2005a --- /dev/null +++ b/mod2/helm-generator/helmchartgenerator-core/src/main/resources/application.properties @@ -0,0 +1,5 @@ +spring.main.web-application-type=NONE + +chartmuseum.baseurl=http://localhost:8081/api/charts +chartmuseum.auth.basic.username=TBD +chartmuseum.auth.basic.password=TBD \ No newline at end of file -- cgit 1.2.3-korg