OpenShift/Bodhi: fix the apiVersion
Signed-off-by: Aurélien Bompard <aurelien@bompard.org>
This commit is contained in:
parent
c9bd987c66
commit
2cea864def
1 changed files with 4 additions and 4 deletions
|
@ -1,7 +1,9 @@
|
|||
---
|
||||
apiVersion: v1
|
||||
apiVersion: image.openshift.io/v1
|
||||
metadata: {}
|
||||
kind: List
|
||||
items:
|
||||
- apiVersion: v1
|
||||
- apiVersion: image.openshift.io/v1
|
||||
kind: ImageStream
|
||||
metadata:
|
||||
name: bodhi-base-prebuilt
|
||||
|
@ -20,5 +22,3 @@ items:
|
|||
name: staging
|
||||
referencePolicy:
|
||||
type: Source
|
||||
kind: List
|
||||
metadata: {}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue