1
0
mirror of https://github.com/helm/chart-testing.git synced 2026-02-05 09:45:14 +01:00

Add missing helm-extra-set-args configuration flag (#697)

This should allow defining `helm-extra-set-args`  within the config file or as an environment variable.

Signed-off-by: Léo Colombaro <LeoColomb@users.noreply.github.com>
This commit is contained in:
Léo Colombaro
2024-12-02 18:11:01 +01:00
committed by GitHub
parent d17258c573
commit b9f7ae90ab

View File

@@ -61,6 +61,7 @@ type Configuration struct {
ChartDirs []string `mapstructure:"chart-dirs"`
ExcludedCharts []string `mapstructure:"excluded-charts"`
HelmExtraArgs string `mapstructure:"helm-extra-args"`
HelmExtraSetArgs string `mapstructure:"helm-extra-set-args"`
HelmLintExtraArgs string `mapstructure:"helm-lint-extra-args"`
HelmRepoExtraArgs []string `mapstructure:"helm-repo-extra-args"`
HelmDependencyExtraArgs []string `mapstructure:"helm-dependency-extra-args"`