diff options
Diffstat (limited to 'integration-tests/environments')
-rw-r--r-- | integration-tests/environments/integration-test.json | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/integration-tests/environments/integration-test.json b/integration-tests/environments/integration-test.json index 1f804b81c6..e71e53b01d 100644 --- a/integration-tests/environments/integration-test.json +++ b/integration-tests/environments/integration-test.json @@ -38,6 +38,13 @@ "VnfRepo": { "vnfRepoPort": "8702", "vnfRepoHost": "10.0.14.1" + }, + "HelmValidator": { + "validator_enabled": false, + "helm_version": "v3", + "deployable": true, + "lintable": false, + "strict_lintable": false } }, "override_attributes": { |