Skip to content

Commit

Permalink
chore readme
Browse files Browse the repository at this point in the history
  • Loading branch information
ebiiim committed Dec 10, 2022
1 parent 1bf2dba commit b5dd979
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -98,11 +98,11 @@ NAME SCHEDULE SUSPEND ACTIVE LAST SCHEDULE AGE
gitbackup-repo1 0 6 * * * False 0 <none> 5s
```

NOTE: You can test the `CronJob` by manually triggering it.

```sh
kubectl create job --from=cronjob/<name> <job-name>
```
> 💡 You can test the `CronJob` by manually triggering it.
>
> ```sh
> kubectl create job --from=cronjob/<name> <job-name>
> ```
### Backup many Git repositories with a `Collection` resource
Expand Down Expand Up @@ -155,7 +155,7 @@ gitbackup-coll1-foo 1 6 * * * False 0 <none> 5s
gitbackup-coll1-gitbackup 0 6 * * * False 0 <none> 5s
```

> 💡 NOTE: Each job runs one minute apart.
> 💡 Each job runs one minute apart.
### Uninstallation

Expand Down

0 comments on commit b5dd979

Please sign in to comment.