You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: readme.md
+22Lines changed: 22 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -90,6 +90,28 @@ The following inputs can be used as `step.with` keys:
90
90
| `timeout` | `5m` | The timeout for the Helm command |
91
91
| `working-directory` | `.` | The working directory where the action commands will operate |
92
92
93
+
### Helm Undeploy
94
+
95
+
Undeploy a Helm deployment from a Kubernetes cluster. Checks if the release exists before attempting uninstall and detects permission errors. Requires Kubernetes to be configured first.
0 commit comments