forked from k-space/kube
		
	maybe name
This commit is contained in:
		| @@ -50,7 +50,7 @@ data: | |||||||
| apiVersion: batch/v1 | apiVersion: batch/v1 | ||||||
| kind: CronJob | kind: CronJob | ||||||
| metadata: | metadata: | ||||||
|   name: rosdump-cronjob |   name: rosdump | ||||||
| spec: | spec: | ||||||
|   schedule: "*/5 * * * *" |   schedule: "*/5 * * * *" | ||||||
|   concurrencyPolicy: Forbid |   concurrencyPolicy: Forbid | ||||||
| @@ -59,6 +59,8 @@ spec: | |||||||
|     spec: |     spec: | ||||||
|       activeDeadlineSeconds: 300 |       activeDeadlineSeconds: 300 | ||||||
|       template: |       template: | ||||||
|  |         metadata: | ||||||
|  |           name: rosdump | ||||||
|         spec: |         spec: | ||||||
|           restartPolicy: OnFailure |           restartPolicy: OnFailure | ||||||
|           containers: |           containers: | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user