From 366d0b7509b7f619eb3c2b1202660e81d1b94486 Mon Sep 17 00:00:00 2001 From: JvD_Ericsson Date: Wed, 22 Sep 2021 10:19:08 +0100 Subject: Update Template.json Added Helm Validator to the environment file Issue-ID: SDC-3733 Change-Id: I9ecab3b917e72884bb3fcd5faaaf507021e6222d Signed-off-by: JvD_Ericsson --- sdc-os-chef/environments/Template.json | 8 ++++++++ 1 file changed, 8 insertions(+) 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": { -- cgit 1.2.3-korg