From f98abd8de6b9457a7edcd3457e664bd9200de2bf Mon Sep 17 00:00:00 2001 From: Dhrumin Desai Date: Wed, 27 Oct 2021 11:22:32 -0400 Subject: 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 --- mod2/helm-generator/README.md | 16 +++++++++++++--- 1 file changed, 13 insertions(+), 3 deletions(-) (limited to 'mod2/helm-generator/README.md') 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-.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 -- cgit 1.2.3-korg