aboutsummaryrefslogtreecommitdiffstats
path: root/openecomp-be/dist/sdc-onboard-backend-docker/artifacts/chef-repo/cookbooks/sdc-onboard-backend/templates/default/helmvalidator-configuration.yaml.erb
blob: 37021c7a9a5cf06a2e9d3387bab87eab0e6df14c (plain)
1
2
3
4
5
6
hValidatorEnabled: <%= @HVALIDATOR_ENABLED %>
hValidatorUrl: <%= @HVALIDATOR_URL %>
hValidatorVersion: <%= @HVALIDATOR_HELM_VERSION %>
hValidatorDeployable: <%= @HVALIDATOR_DEPLOYABLE %>
hValidatorLintable: <%= @HVALIDATOR_LINTABLE %>
hValidatorStrictLintable: <%= @HVALIDATOR_STRICT_LINTABLE %>