mirror of
https://github.com/helm/chart-testing.git
synced 2026-02-05 09:45:14 +01:00
introduce helm-dependency-extra-args (#396)
addresses https://github.com/helm/chart-testing/issues/368 Signed-off-by: Krzysztof Nazarewski <3494992+nazarewk@users.noreply.github.com>
This commit is contained in:
committed by
GitHub
parent
aabb51e7dd
commit
3c014d8d38
@@ -95,6 +95,8 @@ func addCommonLintAndInstallFlags(flags *pflag.FlagSet) {
|
||||
specified on a per-repo basis with an equals sign as delimiter
|
||||
(e.g. 'myrepo=--username test --password secret'). May be specified
|
||||
multiple times or separate values with commas`))
|
||||
flags.StringSlice("helm-dependency-extra-args", []string{}, heredoc.Doc(`
|
||||
Additional arguments for 'helm dependency build' (e.g. ["--skip-refresh"]`))
|
||||
flags.Bool("debug", false, heredoc.Doc(`
|
||||
Print CLI calls of external tools to stdout (caution: setting this may
|
||||
expose sensitive data when helm-repo-extra-args contains passwords)`))
|
||||
|
||||
Reference in New Issue
Block a user