Skip to content

Commit

Permalink
Merge pull request #1922 from AndrewSirenko/helm-tester-node-selector
Browse files Browse the repository at this point in the history
Enforce linux amd64 nodeAffinity for helm tester pod
  • Loading branch information
k8s-ci-robot authored Feb 6, 2024
2 parents 33fffa3 + 44a6179 commit 489be46
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions charts/aws-ebs-csi-driver/templates/tests/helm-tester.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -214,6 +214,10 @@ spec:
volumeMounts:
- name: config-vol
mountPath: /etc/config
# kubekins-e2e v1 image is linux amd64 only.
nodeSelector:
kubernetes.io/os: linux
kubernetes.io/arch: amd64
serviceAccountName: ebs-csi-driver-test
volumes:
- name: config-vol
Expand Down

0 comments on commit 489be46

Please sign in to comment.