mirror of
https://github.com/ceph/ceph-csi.git
synced 2025-01-18 02:39:30 +00:00
ci: address yamllint issues in jjb-deploy.yaml
./deploy/jjb-deploy.yaml 16:7 error wrong indentation: expected 8 but found 6 (indentation) 19:9 error wrong indentation: expected 10 but found 8 (indentation) 26:9 error wrong indentation: expected 10 but found 8 (indentation) 30:7 error wrong indentation: expected 8 but found 6 (indentation) Signed-off-by: Niels de Vos <ndevos@redhat.com>
This commit is contained in:
parent
311813448c
commit
52c5c0a32d
@ -13,21 +13,21 @@ spec:
|
|||||||
app: jjb
|
app: jjb
|
||||||
spec:
|
spec:
|
||||||
containers:
|
containers:
|
||||||
- name: jjb
|
- name: jjb
|
||||||
image: 172.30.254.79:5000/ceph-csi/jjb:latest
|
image: 172.30.254.79:5000/ceph-csi/jjb:latest
|
||||||
env:
|
env:
|
||||||
- name: GIT_REPO
|
- name: GIT_REPO
|
||||||
value: https://github.com/ceph/ceph-csi
|
value: https://github.com/ceph/ceph-csi
|
||||||
- name: GIT_REF
|
- name: GIT_REF
|
||||||
value: ci/centos
|
value: ci/centos
|
||||||
- name: MAKE_TARGET
|
- name: MAKE_TARGET
|
||||||
value: deploy
|
value: deploy
|
||||||
volumeMounts:
|
volumeMounts:
|
||||||
- name: etc-jj
|
- name: etc-jj
|
||||||
mountPath: /etc/jenkins_jobs
|
mountPath: /etc/jenkins_jobs
|
||||||
readOnly: true
|
readOnly: true
|
||||||
volumes:
|
volumes:
|
||||||
- name: etc-jj
|
- name: etc-jj
|
||||||
configMap:
|
configMap:
|
||||||
name: jenkins-jobs
|
name: jenkins-jobs
|
||||||
restartPolicy: Never
|
restartPolicy: Never
|
||||||
|
Loading…
Reference in New Issue
Block a user