Skip to content

Commit

Permalink
remove -o flag
Browse files Browse the repository at this point in the history
  • Loading branch information
vsinghal13 committed May 20, 2020
1 parent e0a492f commit 7dd1e2c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion deploy/docs/v1_migration_doc.md
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,7 @@ For users who use a `values.yaml` file, we provide a script that users can run t

- Get the existing values for the helm chart and store it as `current_values.yaml` with the below command:
```bash
helm get values <RELEASE-NAME> -o yaml > current_values.yaml
helm get values <RELEASE-NAME> > current_values.yaml
```
- Run `curl` the upgrade script as follows:
```bash
Expand Down

0 comments on commit 7dd1e2c

Please sign in to comment.