Skip to content

Commit 2da526a

Browse files
author
bcm820
authored
e2e: Set full infrastructureRef for all test steps (#128)
1 parent 5a15cd6 commit 2da526a

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

e2e/linodemachine-controller/byovpc/01-create-cluster.tpl.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,8 @@ metadata:
2121
spec:
2222
paused: true
2323
infrastructureRef:
24+
apiVersion: infrastructure.cluster.x-k8s.io/v1alpha1
25+
kind: LinodeCluster
2426
name: linodecluster-sample
2527
---
2628
apiVersion: cluster.x-k8s.io/v1beta1

e2e/linodemachine-controller/minimal/01-create-cluster.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,8 @@ metadata:
1616
spec:
1717
paused: true
1818
infrastructureRef:
19+
apiVersion: infrastructure.cluster.x-k8s.io/v1alpha1
20+
kind: LinodeCluster
1921
name: linodecluster-sample
2022
---
2123
apiVersion: cluster.x-k8s.io/v1beta1

0 commit comments

Comments
 (0)