mirror of
https://github.com/fluxcd/flux2.git
synced 2026-04-06 03:59:25 +00:00
Add create/delete HelmRelease e2e tests
This commit is contained in:
parent
5f0b95dc59
commit
797aec5528
3 changed files with 25 additions and 1 deletions
|
|
@ -16,6 +16,7 @@ tk create helmrelease [name] [flags]
|
|||
# Create a HelmRelease from a source
|
||||
tk create hr podinfo \
|
||||
--interval=10m \
|
||||
--release-name=podinfo \
|
||||
--target-namespace=default \
|
||||
--source=podinfo \
|
||||
--chart-name=podinfo \
|
||||
|
|
@ -47,6 +48,7 @@ tk create helmrelease [name] [flags]
|
|||
--chart-version string Helm chart version, accepts semver range
|
||||
--depends-on stringArray HelmReleases that must be ready before this release can be installed
|
||||
-h, --help help for helmrelease
|
||||
--release-name string name used for the Helm release, defaults to a composition of '<target-namespace>-<hr-name>'
|
||||
--source string HelmRepository name
|
||||
--target-namespace string namespace to install this release, defaults to the HelmRelease namespace
|
||||
--values string local path to the values.yaml file
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue