uninstall_helm_chart
Remove a specified Helm chart release from a Kubernetes cluster using the given name and namespace.
Instructions
Uninstall a Helm chart release
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | Name of the Helm release to uninstall | |
| namespace | Yes | Kubernetes namespace | default |
| context | No | Kubeconfig Context to use for the command (optional - defaults to null) |