mirror of
https://github.com/helm/chart-testing.git
synced 2026-02-05 09:45:14 +01:00
add skip-clean-up option to not remove the charts when finishing the tests (#478)
Signed-off-by: cpanato <ctadeu@gmail.com> Signed-off-by: cpanato <ctadeu@gmail.com>
This commit is contained in:
committed by
GitHub
parent
f261a2809a
commit
f661af1260
@@ -66,6 +66,7 @@ ct install [flags]
|
||||
This is only used if namespace is specified (default "app.kubernetes.io/instance")
|
||||
--remote string The name of the Git remote used to identify changed charts (default "origin")
|
||||
--since string The Git reference used to identify changed charts (default "HEAD")
|
||||
--skip-clean-up Skip resources clean-up. Used if need to continue other flows or keep it around.
|
||||
--skip-missing-values When --upgrade has been passed, this flag will skip testing CI values files from the
|
||||
previous chart revision if they have been deleted or renamed at the current chart
|
||||
revision
|
||||
|
||||
@@ -61,6 +61,7 @@ ct lint-and-install [flags]
|
||||
This is only used if namespace is specified (default "app.kubernetes.io/instance")
|
||||
--remote string The name of the Git remote used to identify changed charts (default "origin")
|
||||
--since string The Git reference used to identify changed charts (default "HEAD")
|
||||
--skip-clean-up Skip resources clean-up. Used if need to continue other flows or keep it around.
|
||||
--skip-missing-values When --upgrade has been passed, this flag will skip testing CI values files from the
|
||||
previous chart revision if they have been deleted or renamed at the current chart
|
||||
revision
|
||||
|
||||
Reference in New Issue
Block a user