aboutsummaryrefslogtreecommitdiffstats
path: root/kubernetes/sdc/components/sdc-onboarding-be/resources/config/onboarding-config/config-helmvalidator.yaml
blob: fe132179ee5eae1acb5d7046dd30acfca9971bad (plain)
1
2
3
4
5
6
hValidatorEnabled: {{ .Values.sdcHelmValidator.enabled }}
hValidatorUrl: {{ .Values.sdcHelmValidator.url }}
hValidatorVersion: {{ .Values.sdcHelmValidator.helmVersion }}
hValidatorDeployable: {{ .Values.sdcHelmValidator.deployable }}
hValidatorLintable: {{ .Values.sdcHelmValidator.lintable }}
hValidatorStrictLintable: {{ .Values.sdcHelmValidator.strictLintable }}