Skip to content

Commit 2a96baf

Browse files
author
Matthew Fisher
committed
fix(upgrading-workflow): fix helm upgrade usage
1 parent 70f50a5 commit 2a96baf

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

src/managing-workflow/upgrading-workflow.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,8 +27,10 @@ Workflow will continue to flow during the upgrade. No service interruptions shou
2727
If Workflow is not configured to use off-cluster Postgres, the Workflow API will experience a brief
2828
period of downtime while the database recovers from backup.
2929

30+
First, find the name of the release helm gave to your deployment with `helm ls`, then run
31+
3032
```
31-
$ helm upgrade deis/workflow
33+
$ helm upgrade <release-name> deis/workflow
3234
```
3335

3436

0 commit comments

Comments
 (0)