Skip to content

Commit cc98613

Browse files
committed
test: use clusterctl.yaml overrides after org rename
`clusterctl init` can't follow redirects. Signed-off-by: Andrey Smirnov <andrey.smirnov@talos-systems.com> (cherry picked from commit e0eee7f)
1 parent 411dd19 commit cc98613

File tree

2 files changed

+8
-0
lines changed

2 files changed

+8
-0
lines changed

hack/test/clusterctl.yaml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
providers:
2+
- name: "talos"
3+
url: "https://github.com/siderolabs/cluster-api-bootstrap-provider-talos/releases/latest/bootstrap-components.yaml"
4+
type: "BootstrapProvider"
5+
- name: "talos"
6+
url: "https://github.com/siderolabs/cluster-api-control-plane-provider-talos/releases/latest/control-plane-components.yaml"
7+
type: "ControlPlaneProvider"

hack/test/e2e-capi.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@ export AWS_B64ENCODED_CREDENTIALS=${AWS_SVC_ACCT}
2424
set -x
2525

2626
${CLUSTERCTL} init \
27+
--config hack/test/clusterctl.yaml \
2728
--core "cluster-api:v${CAPI_VERSION}" \
2829
--control-plane "talos" \
2930
--infrastructure "aws:v${CAPA_VERSION},gcp:v${CAPG_VERSION}" \

0 commit comments

Comments
 (0)