Skip to content

Commit 17c8a1b

Browse files
committed
Attempt#1 at fixing failures; add AWSClusterStaticIdentity to aws-eks-topology.yaml
Signed-off-by: Parthvi Vala <[email protected]>
1 parent 9026c52 commit 17c8a1b

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

test/e2e/data/cluster-templates/aws-eks-topology.yaml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
apiVersion: infrastructure.cluster.x-k8s.io/v1beta2
2+
kind: AWSClusterStaticIdentity
3+
metadata:
4+
name: cluster-identity
5+
spec:
6+
secretRef: cluster-identity
7+
allowedNamespaces: {}
8+
---
19
apiVersion: cluster.x-k8s.io/v1beta1
210
kind: Cluster
311
metadata:

test/e2e/suites/import-gitops/import_gitops_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -337,7 +337,7 @@ var _ = FDescribe("[AWS] [EKS] Create and delete CAPI cluster from cluster class
337337
Paths: []string{"examples/clusterclasses/aws/eks"},
338338
ClusterProxy: bootstrapClusterProxy,
339339
TargetNamespace: topologyNamespace,
340-
Branch: "aws-eks-example",
340+
Branch: "aws-eks-example", // TODO: Remove this before merging the PR
341341
},
342342
},
343343
}

0 commit comments

Comments
 (0)