1
0
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:
Alison Hart
2025-06-02 04:41:47 -04:00
committed by GitHub
parent 5b4fb1a4cf
commit 3f428cda4d
5 changed files with 19 additions and 6 deletions

View File

@@ -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.

View File

@@ -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.