Skip to content

Commit b92ff2b

Browse files
lifelofrancoLife Lofranco
and
Life Lofranco
authored
Fix selector syntax example (roboll#1614)
Co-authored-by: Life Lofranco <[email protected]>
1 parent afe82f6 commit b92ff2b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ You would then start a database migration job by executing:
2626
2727
```console
2828
# Start a database migration for the prod environment
29-
$ RAILS_ENV=prod helmfile sync --selector job=dbmigrator
29+
$ RAILS_ENV=prod helmfile --selector job=dbmigrator sync
3030

3131
# Tail log until you are satisfied
3232
$ kubectl logs -l job=dbmigrator

0 commit comments

Comments
 (0)