mirror of
https://github.com/helm/chart-testing.git
synced 2026-02-05 09:45:14 +01:00
Add release-name option (#735)
Signed-off-by: alisonlhart <alhart@redhat.com>
This commit is contained in:
@@ -68,6 +68,8 @@ ct install [flags]
|
||||
expose sensitive data when helm-repo-extra-args contains passwords)
|
||||
--release-label string The label to be used as a selector when inspecting resources created by charts.
|
||||
This is only used if namespace is specified (default "app.kubernetes.io/instance")
|
||||
--release-name string Name for the release. If not specified, is set to the chart name and a random
|
||||
identifier.
|
||||
--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.
|
||||
|
||||
@@ -63,6 +63,8 @@ ct lint-and-install [flags]
|
||||
expose sensitive data when helm-repo-extra-args contains passwords)
|
||||
--release-label string The label to be used as a selector when inspecting resources created by charts.
|
||||
This is only used if namespace is specified (default "app.kubernetes.io/instance")
|
||||
--release-name string Name for the release. If not specified, is set to the chart name and a random
|
||||
identifier.
|
||||
--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.
|
||||
|
||||
Reference in New Issue
Block a user