Mark HelmRelease commands as GA

Signed-off-by: Stefan Prodan <stefan.prodan@gmail.com>
This commit is contained in:
Stefan Prodan 2024-05-09 17:18:11 +03:00
parent 8856de1478
commit 52f1ae2df7
No known key found for this signature in database
GPG key ID: 3299AEB0E4085BAF
8 changed files with 11 additions and 11 deletions

View file

@ -45,7 +45,7 @@ var createHelmReleaseCmd = &cobra.Command{
Use: "helmrelease [name]",
Aliases: []string{"hr"},
Short: "Create or update a HelmRelease resource",
Long: withPreviewNote(`The helmrelease create command generates a HelmRelease resource for a given HelmRepository source.`),
Long: `The helmrelease create command generates a HelmRelease resource for a given HelmRepository source.`,
Example: ` # Create a HelmRelease with a chart from a HelmRepository source
flux create hr podinfo \
--interval=10m \