48897cc47d
* Consolidate YAML files [part-7] This PR relocates YAML files used by Job/CronJob examples. * Update examples_test.go
15 lines
244 B
YAML
15 lines
244 B
YAML
apiVersion: batch/v1
|
|
kind: Job
|
|
metadata:
|
|
name: job-wq-2
|
|
spec:
|
|
parallelism: 2
|
|
template:
|
|
metadata:
|
|
name: job-wq-2
|
|
spec:
|
|
containers:
|
|
- name: c
|
|
image: gcr.io/myproject/job-wq-2
|
|
restartPolicy: OnFailure
|