diff --git a/examples/README.md b/examples/README.md index f6372ce2..1a74322b 100644 --- a/examples/README.md +++ b/examples/README.md @@ -26,7 +26,7 @@ You would then start a database migration job by executing: ```console # Start a database migration for the prod environment -$ RAILS_ENV=prod helmfile sync --selector job=dbmigrator +$ RAILS_ENV=prod helmfile --selector job=dbmigrator sync # Tail log until you are satisfied $ kubectl logs -l job=dbmigrator