Skip to content

Commit

Permalink
Complete example of ImageStream
Browse files Browse the repository at this point in the history
  • Loading branch information
kronn committed Jan 29, 2024
1 parent 85afabb commit 23aa69a
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion openshift/build.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,16 @@
kind: ImageStream
apiVersion: image.openshift.io/v1
kind: ImageStream
metadata:
name: statuscope
spec:
lookupPolicy:
local: true
tags:
- from:
kind: DockerImage
name: REGISTRY/IMAGE:TAG
importPolicy:
importMode: Legacy
name: latest
referencePolicy:
type: Source

0 comments on commit 23aa69a

Please sign in to comment.