Skip to content

Commit

Permalink
Don't try to create the controller serviceAccount in helm because eks…
Browse files Browse the repository at this point in the history
…ctl already creates it
  • Loading branch information
wongma7 committed May 27, 2021
1 parent 062d03f commit 71ade72
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 1 deletion.
1 change: 1 addition & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -112,6 +112,7 @@ test-e2e-external:
test-e2e-external-eks:
CLUSTER_TYPE=eksctl \
K8S_VERSION="1.19" \
HELM_VALUES_FILE="./hack/values_eksctl.yaml" \
AWS_REGION=us-west-2 \
AWS_AVAILABILITY_ZONES=us-west-2a,us-west-2b \
TEST_PATH=./tests/e2e-kubernetes/... \
Expand Down
2 changes: 1 addition & 1 deletion hack/values.yaml
Original file line number Diff line number Diff line change
@@ -1 +1 @@
enableVolumeSnapshot: true
enableVolumeSnapshot: true
4 changes: 4 additions & 0 deletions hack/values_eksctl.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
enableVolumeSnapshot: true
serviceAccount:
controller:
create: false # let eksctl create it

0 comments on commit 71ade72

Please sign in to comment.