Skip to content

Commit

Permalink
test: use clusterctl.yaml overrides after org rename
Browse files Browse the repository at this point in the history
`clusterctl init` can't follow redirects.

Signed-off-by: Andrey Smirnov <andrey.smirnov@talos-systems.com>
  • Loading branch information
smira committed Mar 24, 2022
1 parent 73966f5 commit e0eee7f
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
7 changes: 7 additions & 0 deletions hack/test/clusterctl.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
providers:
- name: "talos"
url: "https://github.com/siderolabs/cluster-api-bootstrap-provider-talos/releases/latest/bootstrap-components.yaml"
type: "BootstrapProvider"
- name: "talos"
url: "https://github.com/siderolabs/cluster-api-control-plane-provider-talos/releases/latest/control-plane-components.yaml"
type: "ControlPlaneProvider"
1 change: 1 addition & 0 deletions hack/test/e2e-capi.sh
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ export AWS_B64ENCODED_CREDENTIALS=${AWS_SVC_ACCT}
set -x

${CLUSTERCTL} init \
--config hack/test/clusterctl.yaml \
--core "cluster-api:v${CAPI_VERSION}" \
--control-plane "talos" \
--infrastructure "aws:v${CAPA_VERSION},gcp:v${CAPG_VERSION}" \
Expand Down

0 comments on commit e0eee7f

Please sign in to comment.