mirror of
https://github.com/ceph/ceph-csi.git
synced 2024-11-09 16:00:22 +00:00
311813448c
./deploy/jjb-buildconfig.yaml 10:3 error wrong indentation: expected 4 but found 2 (indentation) Signed-off-by: Niels de Vos <ndevos@redhat.com>
31 lines
433 B
YAML
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
|