1
0
Fork 0
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:
Mattia Verga 2026-05-10 09:27:57 +02:00
commit 5278566736

View file

@ -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 %}