forked from infra/ansible
bodhi-stg: define bodhi-valkey image stream
Signed-off-by: Mattia Verga <mattia.verga@tiscali.it>
This commit is contained in:
parent
2dc6e6ec68
commit
5278566736
1 changed files with 11 additions and 0 deletions
|
|
@ -22,3 +22,14 @@ items:
|
|||
name: staging
|
||||
referencePolicy:
|
||||
type: Source
|
||||
{% if env == "staging" %}
|
||||
- apiVersion: image.openshift.io/v1
|
||||
kind: ImageStream
|
||||
metadata:
|
||||
name: bodhi-valkey
|
||||
labels:
|
||||
build: bodhi-valkey
|
||||
spec:
|
||||
lookupPolicy:
|
||||
local: false
|
||||
{% endif %}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue