diff --git a/deploy/docs/v1_migration_doc.md b/deploy/docs/v1_migration_doc.md index 891bd9ddd1..b47621373d 100644 --- a/deploy/docs/v1_migration_doc.md +++ b/deploy/docs/v1_migration_doc.md @@ -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 -o yaml > current_values.yaml +helm get values > current_values.yaml ``` - Run `curl` the upgrade script as follows: ```bash