Fix yaml indentation
Signed-off-by: Aurélien Bompard <aurelien@bompard.org>
This commit is contained in:
parent
dad44b82fb
commit
ec96619417
1 changed files with 12 additions and 12 deletions
|
@ -8,15 +8,15 @@ apiVersion: image.openshift.io/v1
|
|||
kind: ImageStream
|
||||
metadata:
|
||||
name: ubi8-python-311
|
||||
spec:
|
||||
lookupPolicy:
|
||||
local: false
|
||||
tags:
|
||||
- name: latest
|
||||
from:
|
||||
kind: DockerImage
|
||||
name: registry.access.redhat.com/ubi8/python-311:latest
|
||||
importPolicy:
|
||||
scheduled: true
|
||||
referencePolicy:
|
||||
type: Source
|
||||
spec:
|
||||
lookupPolicy:
|
||||
local: false
|
||||
tags:
|
||||
- name: latest
|
||||
from:
|
||||
kind: DockerImage
|
||||
name: registry.access.redhat.com/ubi8/python-311:latest
|
||||
importPolicy:
|
||||
scheduled: true
|
||||
referencePolicy:
|
||||
type: Source
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue