Skip to content

Commit 48d784b

Browse files
author
Martin Linkhorst
committed
test the upgrade path of EKS clusters in e2e tests
1 parent 637dc23 commit 48d784b

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

test/e2e/apply/config.yaml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,4 +38,3 @@ metadata:
3838
name: "{{{APPLICATION}}}-{{{COMPONENT}}}-config-provider-eks"
3939
data:
4040
CLUSTER_PROVIDER: "zalando-eks"
41-
E2E_SKIP_CLUSTER_UPDATE: "true"

test/e2e/run_e2e.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@ if [ "$create_cluster" = true ]; then
102102
fi
103103

104104
# generate the cluster certificates
105-
aws-account-creator refresh-certificates --registry-file base_cluster.yaml --create-ca
105+
aws-account-creator refresh-certificates --registry-file base_cluster.yaml --create-ca --provider "${CLUSTER_PROVIDER}"
106106

107107
# Create cluster
108108
clm provision \

0 commit comments

Comments
 (0)