We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f952831 commit b0f80dcCopy full SHA for b0f80dc
1 file changed
src/managing-workflow/upgrading-workflow.md
@@ -31,7 +31,7 @@ intact so routing and DNS are preserved while reinstalling Workflow.
31
To remove Workflow completely from a Kubernetes cluster, run the following:
32
33
```
34
-$ helmc uninstall -n deis -y workflow-dev
+$ helmc uninstall -n deis -y workflow-v2.1.0 # or the installed Workflow version
35
$ kubectl delete ns deis # Be sure you want to delete the
36
# Namespace and all its contents!
37
0 commit comments