From 0be9362216f273b81f64cadb4c3c88d6e20f153f Mon Sep 17 00:00:00 2001 From: Niels de Vos Date: Tue, 26 May 2020 17:11:39 +0200 Subject: [PATCH] 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 --- deploy/jjb-validate.yaml | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/deploy/jjb-validate.yaml b/deploy/jjb-validate.yaml index 8a90f676d..15e3c9326 100644 --- a/deploy/jjb-validate.yaml +++ b/deploy/jjb-validate.yaml @@ -13,11 +13,11 @@ spec: 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 + - 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