ceph-csi/deploy/jjb-validate.yaml
Niels de Vos 0be9362216 ci: address yamllint issues in deploy/jjb-validate.yaml
16:7      error    wrong indentation: expected 8 but found 6  (indentation)
  19:9      error    wrong indentation: expected 10 but found 8  (indentation)

Signed-off-by: Niels de Vos <ndevos@redhat.com>
2020-05-27 12:52:21 +02:00

24 lines
496 B
YAML

---
apiVersion: batch/v1
kind: Job
metadata:
labels:
app: jjb-validate
name: jjb-validate
spec:
ttlSecondsAfterFinished: 0
backoffLimit: 1
template:
labels:
app: jjb-validate
spec:
containers:
- name: jjb-validate
image: 172.30.254.79:5000/ceph-csi/jjb:latest
env:
- name: GIT_REPO
value: https://github.com/ceph/ceph-csi
- name: GIT_REF
value: ci/centos
restartPolicy: Never