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
|
kind: ImageStream
|
||||||
metadata:
|
metadata:
|
||||||
name: ubi8-python-311
|
name: ubi8-python-311
|
||||||
spec:
|
spec:
|
||||||
lookupPolicy:
|
lookupPolicy:
|
||||||
local: false
|
local: false
|
||||||
tags:
|
tags:
|
||||||
- name: latest
|
- name: latest
|
||||||
from:
|
from:
|
||||||
kind: DockerImage
|
kind: DockerImage
|
||||||
name: registry.access.redhat.com/ubi8/python-311:latest
|
name: registry.access.redhat.com/ubi8/python-311:latest
|
||||||
importPolicy:
|
importPolicy:
|
||||||
scheduled: true
|
scheduled: true
|
||||||
referencePolicy:
|
referencePolicy:
|
||||||
type: Source
|
type: Source
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue