diff options
author | Tomasz Wrobel <tomasz.wrobel@nokia.com> | 2021-05-18 16:04:25 +0200 |
---|---|---|
committer | Michael Morris <michael.morris@est.tech> | 2021-05-21 10:18:10 +0000 |
commit | ac69ef1da7e87ee2602b3790ec680be4c1f74cf3 (patch) | |
tree | c87fdcdb7e07efe07dfd1137bd1cb4714dc051c2 /docs/configuration.rst | |
parent | 4224d9be19ab8b558340ea58fa507fb9867d19bf (diff) |
Add Documentation of SDC-Helm-Validator container
Issue-ID: SDC-3185
Signed-off-by: Tomasz Wrobel <tomasz.wrobel@nokia.com>
Change-Id: I85972698bb4e0b42694acf1d97980e45cda0d81d
Signed-off-by: Joanna Jeremicz <joanna.jeremicz@nokia.com>
Diffstat (limited to 'docs/configuration.rst')
-rw-r--r-- | docs/configuration.rst | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/docs/configuration.rst b/docs/configuration.rst index f839a1f314..2438504d92 100644 --- a/docs/configuration.rst +++ b/docs/configuration.rst @@ -81,6 +81,14 @@ environment.json "VnfRepo": { "vnfRepoPort": "8702", "vnfRepoHost": "10.0.14.1" + }, + "HelmValidator": { + "validator_enabled": true, + "helm_version": "3.5.2", + "deployable": true, + "lintable": false, + "strict_lintable": false, + "validator_url": "http://sdc-helm-validator:8080/validate" } }, "override_attributes": { |