Deletes a chart from the helmfiles in one or all namespaces
Aliases: remove,rm,del
jx-gitops helmfile delete
Deletes a chart from the helmfiles in one or all namespaces
jx gitops helmfile delete --chart my-chart
jx gitops helmfile delete --chart my-chart --namespace jx-staging
jx gitops helmfile delete --chart myrepo/my-chart --namespace jx-staging
-b, --batch-mode Runs in batch mode without prompting for user input
-c, --chart string the name of the helm chart to remove
--commit-message string the git commit message used (default "chore: generated kubernetes resources from helm chart")
-d, --dir string the directory that contains the helmfile.yaml and helmfiles directory (default ".")
--git-commit if set then the template command will git commit the modified helmfile.yaml files
--helmfile string the helmfile to resolve. If not specified defaults to 'helmfile.yaml' in the dir
-h, --help help for delete
--log-level string Sets the logging level. If not specified defaults to $JX_LOG_LEVEL
-n, --namespace string the namespace to remove the chart from. If blank then remove from all namespaces
--verbose Enables verbose output. The environment variable JX_LOG_LEVEL has precedence over this flag and allows setting the logging level to any value of: panic, fatal, error, warn, info, debug, trace
- jx-gitops helmfile - Commands for working with helmfile