Skip to content

Commit

Permalink
e2e: Use full infrastructureRef to delegate owner assignment to CAPI …
Browse files Browse the repository at this point in the history
…controller (#102)
  • Loading branch information
bcm820 authored Feb 21, 2024
1 parent 91e0ea5 commit 5b5511d
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 17 deletions.
2 changes: 2 additions & 0 deletions e2e/linodecluster-controller/minimal/01-create-cluster.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,6 @@ metadata:
name: cluster-sample
spec:
infrastructureRef:
apiVersion: infrastructure.cluster.x-k8s.io/v1alpha1
kind: LinodeCluster
name: linodecluster-sample

This file was deleted.

Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
apiVersion: kuttl.dev/v1beta1
kind: TestStep
commands:
- script: |-
CLUSTER_UID="$(OBJ=clusters/cluster-sample make getKubeUid)" \
TS="$(TPL="$PWD/02-create-linodecluster.tpl.yml" make renderTestCase)" make runTestSuit
apiVersion: infrastructure.cluster.x-k8s.io/v1alpha1
kind: LinodeCluster
metadata:
name: linodecluster-sample
spec:
region: us-sea

0 comments on commit 5b5511d

Please sign in to comment.