File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed
Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -98,11 +98,11 @@ NAME SCHEDULE SUSPEND ACTIVE LAST SCHEDULE AGE
9898gitbackup-repo1 0 6 * * * False 0 <none> 5s
9999```
100100
101- NOTE: You can test the ` CronJob ` by manually triggering it.
102-
103- ``` sh
104- kubectl create job --from=cronjob/< name> < job-name>
105- ```
101+ > 💡 You can test the ` CronJob ` by manually triggering it.
102+ >
103+ > ``` sh
104+ > kubectl create job --from=cronjob/< name> < job-name>
105+ > ` ` `
106106
107107# ## Backup many Git repositories with a `Collection` resource
108108
@@ -155,7 +155,7 @@ gitbackup-coll1-foo 1 6 * * * False 0 <none> 5s
155155gitbackup-coll1-gitbackup 0 6 * * * False 0 <none> 5s
156156```
157157
158- > 💡 NOTE: Each job runs one minute apart.
158+ > 💡 Each job runs one minute apart.
159159
160160### Uninstallation
161161
You can’t perform that action at this time.
0 commit comments