We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent afe82f6 commit b92ff2bCopy full SHA for b92ff2b
examples/README.md
@@ -26,7 +26,7 @@ You would then start a database migration job by executing:
26
27
```console
28
# Start a database migration for the prod environment
29
-$ RAILS_ENV=prod helmfile sync --selector job=dbmigrator
+$ RAILS_ENV=prod helmfile --selector job=dbmigrator sync
30
31
# Tail log until you are satisfied
32
$ kubectl logs -l job=dbmigrator
0 commit comments