Skip to content

Commit

Permalink
chore: use tagged version of cluster-api-templates
Browse files Browse the repository at this point in the history
Refs #3312.

Signed-off-by: Alexey Palazhchenko <alexey.palazhchenko@gmail.com>
  • Loading branch information
AlekSi authored and talos-bot committed Apr 12, 2021
1 parent faab280 commit 5ce00af
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions hack/test/e2e-aws.sh
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ function setup {
export VPC_ID=vpc-ff5c5687
export SUBNET=subnet-c4e9b3a0
export CLOUD_PROVIDER_VERSION=v1.20.0-alpha.0

## Control plane vars
export CP_COUNT=3
export CP_INSTANCE_TYPE=t3.large
Expand All @@ -78,8 +78,8 @@ function setup {
## TODO: update to talos-systems once merged
${CLUSTERCTL} config cluster ${NAME_PREFIX} \
--kubeconfig /tmp/e2e/docker/kubeconfig \
--from https://github.com/talos-systems/cluster-api-templates/blob/main/aws/standard/standard.yaml > ${TMP}/cluster.yaml
--from https://github.com/talos-systems/cluster-api-templates/blob/v0.1.0/aws/standard/standard.yaml > ${TMP}/cluster.yaml

}

setup
Expand Down

0 comments on commit 5ce00af

Please sign in to comment.