Fix selector syntax example (#1614)
Co-authored-by: Life Lofranco <life@dealgrocer.com>
This commit is contained in:
parent
afe82f6453
commit
b92ff2baff
|
|
@ -26,7 +26,7 @@ You would then start a database migration job by executing:
|
||||||
|
|
||||||
```console
|
```console
|
||||||
# Start a database migration for the prod environment
|
# 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
|
# Tail log until you are satisfied
|
||||||
$ kubectl logs -l job=dbmigrator
|
$ kubectl logs -l job=dbmigrator
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue