summaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'README.md')
-rw-r--r--README.md12
1 files changed, 11 insertions, 1 deletions
diff --git a/README.md b/README.md
index b14820e..d95c4e4 100644
--- a/README.md
+++ b/README.md
@@ -11,7 +11,7 @@ or
```
make build-docker-local
```
-
+##### Helm versions change
To modify helm versions:
1. Modify `Dockerfile`, add desired version in line:
@@ -25,6 +25,7 @@ build-docker-local:
```
If you want to clean downloaded files run: `make clean-local-files`
+##### Run container locally
In order to run docker container locally use:
```
make run-docker
@@ -33,6 +34,15 @@ Example charts are located in the following directory:
```
./dev-resources/sample-charts
```
+##### Change log level
+To change log level by system environment add to dockerfile following code:
+```
+ENV LOG_LEVEL=<expected level e.g. DEBUG>
+```
+or run container with LOG_LEVEL ENV
+```
+docker run -p 8080:8080 -e LOG_LEVEL=INFO onap/org.onap.sdc.sdc-helm-validator:latest
+```
## Available endpoints
* Chart validation: