From b92ff2baffb5bbe5170c8a787483453e95549482 Mon Sep 17 00:00:00 2001 From: Life Christian Date: Sun, 13 Dec 2020 08:58:24 +0800 Subject: [PATCH] Fix selector syntax example (#1614) Co-authored-by: Life Lofranco --- examples/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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