summaryrefslogtreecommitdiffstats
path: root/mod2/helm-generator/README.md
diff options
context:
space:
mode:
authorDhrumin Desai <dd303q@att.com>2021-10-27 11:22:32 -0400
committerDhrumin Desai <dd303q@att.com>2021-10-27 14:25:03 -0400
commitf98abd8de6b9457a7edcd3457e664bd9200de2bf (patch)
tree1bef23b20bc5d9bd10d5f7f1686335dadc3a84ef /mod2/helm-generator/README.md
parent0bae36245d468db7232bedc896f7d26681b14e03 (diff)
Add cmpv2Certificate flag, removed hyphens from config under postgres and enhanced Readme file
Issue-ID: DCAEGEN2-2948 Issue-ID: DCAEGEN2-2949 Issue-ID: DCAEGEN2-2950 Issue-ID: DCAEGEN2-2951 Change-Id: I2de3c1906ec0c967a233d40288338b76acc0dbeb Signed-off-by: Dhrumin Desai <dd303q@att.com>
Diffstat (limited to 'mod2/helm-generator/README.md')
-rw-r--r--mod2/helm-generator/README.md16
1 files changed, 13 insertions, 3 deletions
diff --git a/mod2/helm-generator/README.md b/mod2/helm-generator/README.md
index 6304ebb..d797410 100644
--- a/mod2/helm-generator/README.md
+++ b/mod2/helm-generator/README.md
@@ -1,11 +1,19 @@
## Instructions for running helm chart generator
-version: 1.0.0-SNAPSHOT
+version: 1.0.2-SNAPSHOT
1. Must have helm installed.
2. Run `mvn clean package` to build and package the code.
-3. Run main class `HelmChartGeneratorApplication` with parameters added to configuration properties, set in the following order:
+3. Discover helmchartgenerator-cli-<version>.jar under helmchartgenerator-cli/target
+
+4. Override the default values for Chart Museum APIs for chart distribution by setting the following ENV variables:
+ CHARTMUSEUM_BASEURL -> Base URL along with a port of Chart Museum (e.g "http://chartmuseum:8080")
+ (Note: the port is only needed if it's not the standard 80 for http or 443 for https.)
+ CHARTMUSEUM_AUTH_BASIC_USERNAME -> Username for basic auth
+ CHARTMUSEUM_AUTH_BASIC_PASSWORD -> Password for basic auth
+
+5. Run the jar with these parameters set in the following order:
1. Spec file location
2. Chart directory location
3. Output directory location
@@ -17,4 +25,6 @@ version: 1.0.0-SNAPSHOT
Test files currently included in project:
- Spec file: `helm-chart-generator\src\test\input\specs\ves.json`
- - Charts Directory: `helm-chart-generator\src\test\input\blueprint` \ No newline at end of file
+ - Charts Directory: `helm-chart-generator\src\test\input\blueprint`
+
+ gi \ No newline at end of file