From c8bc4d451d6a517b3eeff53c5bf0a49f3840b07c Mon Sep 17 00:00:00 2001 From: Piotr Marcinkiewicz Date: Wed, 26 May 2021 09:45:45 +0200 Subject: Add test cases for Helm validation Issue-ID: SDC-3185 Signed-off-by: Piotr Marcinkiewicz Signed-off-by: Tomasz Wrobel Signed-off-by: Joanna Jeremicz Change-Id: Ic68907aa385e5a735d0948ca2177e6aac12b2e7b --- integration-tests/environments/integration-test.json | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) (limited to 'integration-tests/environments') diff --git a/integration-tests/environments/integration-test.json b/integration-tests/environments/integration-test.json index e71e53b01d..3402113ed2 100644 --- a/integration-tests/environments/integration-test.json +++ b/integration-tests/environments/integration-test.json @@ -40,11 +40,12 @@ "vnfRepoHost": "10.0.14.1" }, "HelmValidator": { - "validator_enabled": false, + "validator_enabled": true, "helm_version": "v3", "deployable": true, - "lintable": false, - "strict_lintable": false + "lintable": true, + "strict_lintable": false, + "validator_url": "http://helm-validator:8080/validate" } }, "override_attributes": { -- cgit 1.2.3-korg