Skip to content
This repository has been archived by the owner on Nov 30, 2021. It is now read-only.

Commit

Permalink
fix(upgrading-workflow): fix helm upgrade usage
Browse files Browse the repository at this point in the history
  • Loading branch information
Matthew Fisher committed Jan 6, 2017
1 parent 70f50a5 commit 2a96baf
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/managing-workflow/upgrading-workflow.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,10 @@ Workflow will continue to flow during the upgrade. No service interruptions shou
If Workflow is not configured to use off-cluster Postgres, the Workflow API will experience a brief
period of downtime while the database recovers from backup.

First, find the name of the release helm gave to your deployment with `helm ls`, then run

```
$ helm upgrade deis/workflow
$ helm upgrade <release-name> deis/workflow
```


Expand Down

0 comments on commit 2a96baf

Please sign in to comment.