Skip to content

Commit

Permalink
Add missing helm-extra-set-args configuration flag (#697)
Browse files Browse the repository at this point in the history
This should allow defining `helm-extra-set-args`  within the config file or as an environment variable.

Signed-off-by: Léo Colombaro <[email protected]>
  • Loading branch information
LeoColomb authored Dec 2, 2024
1 parent d17258c commit b9f7ae9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pkg/config/config.go
Original file line number Diff line number Diff line change
Expand Up @@ -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"`
Expand Down

0 comments on commit b9f7ae9

Please sign in to comment.