Skip to content

Commit

Permalink
Drop hard coding the ose-oauth-proxy image hashes
Browse files Browse the repository at this point in the history
We can drop the image altogether. The notebook controller does the right
thing and argo won't complain

Co-Authored-By: Akos Eros <[email protected]>
  • Loading branch information
mbaldessari and darkdoc committed Dec 10, 2024
1 parent 8545f15 commit 8c594d3
Showing 1 changed file with 0 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -272,8 +272,6 @@ spec:
name: oauth-config
- mountPath: /etc/tls/private
name: tls-certificates
image: >-
registry.redhat.io/openshift4/ose-oauth-proxy@sha256:4bef31eb993feb6f1096b51b4876c65a6fb1f4401fee97fa4f4542b6b7c9bc46
args:
- '--provider=openshift'
- '--https-address=:8443'
Expand Down Expand Up @@ -539,8 +537,6 @@ spec:
name: oauth-config
- mountPath: /etc/tls/private
name: tls-certificates
image: >-
registry.redhat.io/openshift4/ose-oauth-proxy@sha256:4bef31eb993feb6f1096b51b4876c65a6fb1f4401fee97fa4f4542b6b7c9bc46
args:
- '--provider=openshift'
- '--https-address=:8443'
Expand Down

0 comments on commit 8c594d3

Please sign in to comment.