Use this action to uninstall a Helm chart release from a Kubernetes cluster.
Input name | Data type | Required? | Description |
---|---|---|---|
|
String |
Yes |
The Helm chart release name. |
|
String |
Yes |
The Kubernetes namespace. |
In your YAML file, add:
- name: Uninstall Helm chart
uses: cloudbees-io/helm-uninstall@v1
with:
release-name: nginx
namespace: default
This code is made available under the MIT license.
-
Learn more about using actions in CloudBees workflows.
-
Learn about the CloudBees platform.