Skip to content

Commit

Permalink
Change image url in cleanup job on OpenShift
Browse files Browse the repository at this point in the history
Set the openshfit-cli image from OpenShift internal registry
as the image for clean up job.

Signed-off-by: Nikhil Thomas <nikthoma@redhat.com>
  • Loading branch information
nikhil-thomas committed Jan 12, 2021
1 parent ef5076c commit e74770b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ spec:
restartPolicy: OnFailure
containers:
- name: delete-config-crd
image: quay.io/openshift/origin-cli:4.6.0
image: image-registry.openshift-image-registry.svc:5000/openshift/cli:latest
command:
- "bash"
args:
Expand Down

0 comments on commit e74770b

Please # to comment.