Skip to content

Commit

Permalink
Merge pull request #2037 from code-elinka/master
Browse files Browse the repository at this point in the history
Change e2e-test.yaml to support ARM
  • Loading branch information
k8s-ci-robot authored Mar 27, 2023
2 parents 0e6aced + d27d8dc commit 072fd25
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion cmd/e2e-test/e2e-test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,12 @@ metadata:
spec:
containers:
- name: ingress-e2e
image: gcr.io/k8s-ingress-image-push/ingress-gce-e2e-test-amd64:master
image: gcr.io/k8s-ingress-image-push/ingress-gce-e2e-test:master
imagePullPolicy: Always
restartPolicy: Never
serviceAccount: ingress-e2e-test
tolerations:
- key: kubernetes.io/arch
operator: Equal
value: arm64
effect: NoSchedule

0 comments on commit 072fd25

Please sign in to comment.