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:
@@ -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"`
|
||||
|
||||
Reference in New Issue
Block a user