diff options
author | JvD_Ericsson <jeff.van.dam@est.tech> | 2021-09-22 10:19:08 +0100 |
---|---|---|
committer | Jeff van Dam <jeff.van.dam@est.tech> | 2021-09-22 09:22:46 +0000 |
commit | 366d0b7509b7f619eb3c2b1202660e81d1b94486 (patch) | |
tree | 42c88c0abd8f1b5380aac35bb1e44d8c249421d0 /sdc-os-chef/environments | |
parent | 3608fa7d186a3acffda0f3040abaad068a081410 (diff) |
Update Template.json
Added Helm Validator to the environment file
Issue-ID: SDC-3733
Change-Id: I9ecab3b917e72884bb3fcd5faaaf507021e6222d
Signed-off-by: JvD_Ericsson <jeff.van.dam@est.tech>
Diffstat (limited to 'sdc-os-chef/environments')
-rw-r--r-- | sdc-os-chef/environments/Template.json | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/sdc-os-chef/environments/Template.json b/sdc-os-chef/environments/Template.json index b4b836100b..b0d908c93d 100644 --- a/sdc-os-chef/environments/Template.json +++ b/sdc-os-chef/environments/Template.json @@ -38,6 +38,14 @@ "VnfRepo": { "vnfRepoPort": "8702", "vnfRepoHost": "10.0.14.1" + }, + "HelmValidator": { + "validator_enabled": false, + "helm_version": "v3", + "deployable": true, + "lintable": true, + "strict_lintable": false, + "validator_url": "http://helm-validator:8080/validate" } }, "override_attributes": { |