Skip to content

Commit

Permalink
add flags example
Browse files Browse the repository at this point in the history
add flags example
  • Loading branch information
jiuker committed Jun 25, 2024
1 parent 32d6071 commit 10b87da
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion docs/minio-job.md
Original file line number Diff line number Diff line change
Expand Up @@ -160,8 +160,9 @@ if you set this field, the `mc` command will be executed with the arguments.
op: make-bucket
args:
name: memes
--with-locks: ""
```
Will do a job like `mc mb myminio/memes`
Will do a job like `mc mb --with-locks myminio/memes`
```yaml
name: add-my-policy
op: admin/policy/create
Expand Down

0 comments on commit 10b87da

Please sign in to comment.