mirror of
https://github.com/helm/chart-testing.git
synced 2026-02-05 09:45:14 +01:00
fix: add unit to extra arg help message (#391)
The help message for the --helm-extra-args config used an example without units, which caused to fail the next chart-testing run if just copy-pasted. Signed-off-by: Christopher Zell <zelldon91@googlemail.com>
This commit is contained in:
@@ -49,7 +49,7 @@ ct install [flags]
|
||||
--excluded-charts strings Charts that should be skipped. May be specified multiple times
|
||||
or separate values with commas
|
||||
--helm-extra-args string Additional arguments for Helm. Must be passed as a single quoted string
|
||||
(e.g. "--timeout 500"
|
||||
(e.g. "--timeout 500s"
|
||||
--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
|
||||
|
||||
@@ -41,7 +41,7 @@ ct lint-and-install [flags]
|
||||
--excluded-charts strings Charts that should be skipped. May be specified multiple times
|
||||
or separate values with commas
|
||||
--helm-extra-args string Additional arguments for Helm. Must be passed as a single quoted string
|
||||
(e.g. "--timeout 500"
|
||||
(e.g. "--timeout 500s"
|
||||
--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