ceph-csi/deploy/jjb-buildconfig.yaml
Niels de Vos 311813448c ci: fix yamllint issues in jjb-buildconfig.yaml
./deploy/jjb-buildconfig.yaml
  10:3      error    wrong indentation: expected 4 but found 2  (indentation)

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

31 lines
433 B
YAML

---
apiVersion: v1
kind: ImageStream
metadata:
name: jjb
labels:
app: jjb
spec:
tags:
- name: latest
---
apiVersion: v1
kind: BuildConfig
metadata:
name: jjb
labels:
app: jjb
spec:
runPolicy: Serial
source:
git:
uri: https://github.com/ceph/ceph-csi
ref: ci/centos
contextDir: deploy
strategy:
dockerStrategy: {}
output:
to:
kind: ImageStreamTag
name: jjb:latest