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