Skip to content

Commit 88a7966

Browse files
committed
e2e: fix config metadata file path
Signed-off-by: Borja Clemente <[email protected]>
1 parent fee302e commit 88a7966

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/e2e/data/e2e_eks_conf.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ providers:
5050
- name: kubeadm
5151
type: BootstrapProvider
5252
files:
53-
- sourcePath: "./shared/v1beta1/metadata.yaml"
53+
- sourcePath: "./shared/capi/v1.2/metadata.yaml"
5454
versions:
5555
- name: v1.11.1
5656
value: "https://github.com/kubernetes-sigs/cluster-api/releases/download/v1.11.1/bootstrap-components.yaml"

0 commit comments

Comments
 (0)