Skip to content

Commit

Permalink
add imagestream for oauthproxy image
Browse files Browse the repository at this point in the history
  • Loading branch information
bparees committed Feb 18, 2020
1 parent 2b70090 commit 65eac97
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 0 deletions.
13 changes: 13 additions & 0 deletions manifests/08-openshift-imagestreams.yaml
Expand Up @@ -84,3 +84,16 @@ spec:
from:
kind: DockerImage
name: quay.io/openshift/origin-must-gather:v4.0
kind: ImageStream
apiVersion: image.openshift.io/v1
metadata:
namespace: openshift
name: oauth-proxy
spec:
tags:
- name: latest
importPolicy:
scheduled: true
from:
kind: DockerImage
name: quay.io/openshift/origin-oauth-proxy:v4.0
4 changes: 4 additions & 0 deletions manifests/image-references
Expand Up @@ -46,3 +46,7 @@ spec:
from:
kind: DockerImage
name: quay.io/openshift/origin-must-gather:v4.0
- name: oauth-proxy
from:
kind: DockerImage
name: quay.io/openshift/origin-oauth-proxy:v4.0

0 comments on commit 65eac97

Please sign in to comment.