Skip to content

Commit

Permalink
Enforce linux amd64 nodeAffinity for helm tester pod
Browse files Browse the repository at this point in the history
  • Loading branch information
AndrewSirenko committed Feb 6, 2024
1 parent 33fffa3 commit 44a6179
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 44a6179

Please sign in to comment.