We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 637dc23 commit 48d784bCopy full SHA for 48d784b
test/e2e/apply/config.yaml
@@ -38,4 +38,3 @@ metadata:
38
name: "{{{APPLICATION}}}-{{{COMPONENT}}}-config-provider-eks"
39
data:
40
CLUSTER_PROVIDER: "zalando-eks"
41
- E2E_SKIP_CLUSTER_UPDATE: "true"
test/e2e/run_e2e.sh
@@ -102,7 +102,7 @@ if [ "$create_cluster" = true ]; then
102
fi
103
104
# generate the cluster certificates
105
- aws-account-creator refresh-certificates --registry-file base_cluster.yaml --create-ca
+ aws-account-creator refresh-certificates --registry-file base_cluster.yaml --create-ca --provider "${CLUSTER_PROVIDER}"
106
107
# Create cluster
108
clm provision \
0 commit comments