Skip to content

Commit

Permalink
fix: try updating integration test template
Browse files Browse the repository at this point in the history
  • Loading branch information
Ulf Lilleengen committed Oct 4, 2023
1 parent 8499761 commit ca2b3b3
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions deploy/openshift/integration-tests-template.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,15 +6,16 @@ objects:
- apiVersion: batch/v1
kind: Job
metadata:
name: integration-tests
name: rhtc-integration-tests
spec:
template:
spec:
backoffLimit: 5
restartPolicy: Never
containers:
- image: ${IMAGE}:${IMAGE_TAG}
imagePullPolicy: Always
name: integration-tests
name: rhtc-integration-tests
env:
- name: RUST_LOG
value: info
Expand Down

0 comments on commit ca2b3b3

Please sign in to comment.