FPDC: move imagestream.yml in files
Signed-off-by: Clement Verna <cverna@tutanota.com>
This commit is contained in:
parent
eb10f482d7
commit
2df0fffaa5
3 changed files with 11 additions and 11 deletions
|
@ -17,7 +17,7 @@
|
||||||
- abompard
|
- abompard
|
||||||
- role: openshift/object
|
- role: openshift/object
|
||||||
app: fpdc
|
app: fpdc
|
||||||
template: imagestream.yml
|
file: imagestream.yml
|
||||||
objectname: imagestream.yml
|
objectname: imagestream.yml
|
||||||
- role: openshift/object
|
- role: openshift/object
|
||||||
app: fpdc
|
app: fpdc
|
||||||
|
|
10
roles/openshift-apps/fpdc/files/imagestream.yml
Normal file
10
roles/openshift-apps/fpdc/files/imagestream.yml
Normal file
|
@ -0,0 +1,10 @@
|
||||||
|
apiVersion: v1
|
||||||
|
items:
|
||||||
|
- apiVersion: v1
|
||||||
|
kind: ImageStream
|
||||||
|
metadata:
|
||||||
|
name: fpdc
|
||||||
|
labels:
|
||||||
|
build: fpdc-build
|
||||||
|
kind: List
|
||||||
|
metadata: {}
|
|
@ -1,10 +0,0 @@
|
||||||
---
|
|
||||||
apiVersion: v1
|
|
||||||
kind: ImageStream
|
|
||||||
metadata:
|
|
||||||
name: fpdc
|
|
||||||
spec:
|
|
||||||
lookupPolicy:
|
|
||||||
local: false
|
|
||||||
status:
|
|
||||||
dockerImageRepository: ""
|
|
Loading…
Add table
Add a link
Reference in a new issue