Fix selector syntax example (#1614)

Co-authored-by: Life Lofranco <life@dealgrocer.com>
This commit is contained in:
Life Christian 2020-12-13 08:58:24 +08:00 committed by GitHub
parent afe82f6453
commit b92ff2baff
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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