mirror of
https://github.com/helm/chart-testing.git
synced 2026-02-05 09:45:14 +01:00
add helm lint extra args (#605)
Signed-off-by: cpanato <ctadeu@gmail.com>
This commit is contained in:
committed by
GitHub
parent
0cb17e5aa8
commit
a67573475c
@@ -52,9 +52,11 @@ ct install [flags]
|
||||
for command output
|
||||
--helm-dependency-extra-args strings Additional arguments for 'helm dependency build' (e.g. ["--skip-refresh"]
|
||||
--helm-extra-args string Additional arguments for Helm. Must be passed as a single quoted string
|
||||
(e.g. "--timeout 500s")
|
||||
(e.g. '--timeout 500s')
|
||||
--helm-extra-set-args string Additional arguments for Helm. Must be passed as a single quoted string
|
||||
(e.g. "--set=name=value"
|
||||
--helm-lint-extra-args string Additional arguments for Helm lint subcommand. Must be passed as a single quoted string
|
||||
(e.g. '--quiet')
|
||||
--helm-repo-extra-args strings Additional arguments for the 'helm repo add' command to be
|
||||
specified on a per-repo basis with an equals sign as delimiter
|
||||
(e.g. 'myrepo=--username test --password secret'). May be specified
|
||||
|
||||
@@ -44,9 +44,11 @@ ct lint-and-install [flags]
|
||||
for command output
|
||||
--helm-dependency-extra-args strings Additional arguments for 'helm dependency build' (e.g. ["--skip-refresh"]
|
||||
--helm-extra-args string Additional arguments for Helm. Must be passed as a single quoted string
|
||||
(e.g. "--timeout 500s")
|
||||
(e.g. '--timeout 500s')
|
||||
--helm-extra-set-args string Additional arguments for Helm. Must be passed as a single quoted string
|
||||
(e.g. "--set=name=value"
|
||||
--helm-lint-extra-args string Additional arguments for Helm lint subcommand. Must be passed as a single quoted string
|
||||
(e.g. '--quiet')
|
||||
--helm-repo-extra-args strings Additional arguments for the 'helm repo add' command to be
|
||||
specified on a per-repo basis with an equals sign as delimiter
|
||||
(e.g. 'myrepo=--username test --password secret'). May be specified
|
||||
|
||||
@@ -54,7 +54,9 @@ ct lint [flags]
|
||||
for command output
|
||||
--helm-dependency-extra-args strings Additional arguments for 'helm dependency build' (e.g. ["--skip-refresh"]
|
||||
--helm-extra-args string Additional arguments for Helm. Must be passed as a single quoted string
|
||||
(e.g. "--timeout 500s")
|
||||
(e.g. '--timeout 500s')
|
||||
--helm-lint-extra-args string Additional arguments for Helm lint subcommand. Must be passed as a single quoted string
|
||||
(e.g. '--quiet')
|
||||
--helm-repo-extra-args strings Additional arguments for the 'helm repo add' command to be
|
||||
specified on a per-repo basis with an equals sign as delimiter
|
||||
(e.g. 'myrepo=--username test --password secret'). May be specified
|
||||
|
||||
Reference in New Issue
Block a user