mirror of
https://github.com/helm/chart-testing.git
synced 2026-02-05 09:45:14 +01:00
Introduce helm-extra-set-args command line parameter (#402)
* Introduce helm-extra-set-args Signed-off-by: ilmax <massimiliano.donini@gmail.com> Signed-off-by: Massimiliano Donini <massimiliano.donini@lobsterink.com> * Fix and add integration test - Fixed error when no values are passed in - Added integration test Signed-off-by: Massimiliano Donini <massimiliano.donini@lobsterink.com> * Generate docs Signed-off-by: Massimiliano Donini <massimiliano.donini@lobsterink.com>
This commit is contained in:
committed by
GitHub
parent
e14c2b21b6
commit
aabb51e7dd
@@ -26,4 +26,4 @@ in given chart directories.
|
||||
* [ct list-changed](ct_list-changed.md) - List changed charts
|
||||
* [ct version](ct_version.md) - Print version information
|
||||
|
||||
###### Auto generated by spf13/cobra on 21-Apr-2020
|
||||
###### Auto generated by spf13/cobra on 16-Mar-2022
|
||||
|
||||
@@ -50,6 +50,8 @@ ct install [flags]
|
||||
or separate values with commas
|
||||
--helm-extra-args string Additional arguments for Helm. Must be passed as a single quoted string
|
||||
(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-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
|
||||
@@ -75,4 +77,4 @@ ct install [flags]
|
||||
|
||||
* [ct](ct.md) - The Helm chart testing tool
|
||||
|
||||
###### Auto generated by spf13/cobra on 28-Oct-2020
|
||||
###### Auto generated by spf13/cobra on 16-Mar-2022
|
||||
|
||||
@@ -42,6 +42,8 @@ ct lint-and-install [flags]
|
||||
or separate values with commas
|
||||
--helm-extra-args string Additional arguments for Helm. Must be passed as a single quoted string
|
||||
(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-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
|
||||
@@ -74,4 +76,4 @@ ct lint-and-install [flags]
|
||||
|
||||
* [ct](ct.md) - The Helm chart testing tool
|
||||
|
||||
###### Auto generated by spf13/cobra on 28-Oct-2020
|
||||
###### Auto generated by spf13/cobra on 16-Mar-2022
|
||||
|
||||
@@ -73,4 +73,4 @@ ct lint [flags]
|
||||
|
||||
* [ct](ct.md) - The Helm chart testing tool
|
||||
|
||||
###### Auto generated by spf13/cobra on 28-Oct-2020
|
||||
###### Auto generated by spf13/cobra on 16-Mar-2022
|
||||
|
||||
@@ -32,4 +32,4 @@ ct list-changed [flags]
|
||||
|
||||
* [ct](ct.md) - The Helm chart testing tool
|
||||
|
||||
###### Auto generated by spf13/cobra on 28-Oct-2020
|
||||
###### Auto generated by spf13/cobra on 16-Mar-2022
|
||||
|
||||
@@ -2,10 +2,6 @@
|
||||
|
||||
Print version information
|
||||
|
||||
### Synopsis
|
||||
|
||||
Print version information
|
||||
|
||||
```
|
||||
ct version [flags]
|
||||
```
|
||||
@@ -20,4 +16,4 @@ ct version [flags]
|
||||
|
||||
* [ct](ct.md) - The Helm chart testing tool
|
||||
|
||||
###### Auto generated by spf13/cobra on 21-Apr-2020
|
||||
###### Auto generated by spf13/cobra on 16-Mar-2022
|
||||
|
||||
Reference in New Issue
Block a user