We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9026c52 commit 17c8a1bCopy full SHA for 17c8a1b
test/e2e/data/cluster-templates/aws-eks-topology.yaml
@@ -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
+---
9
apiVersion: cluster.x-k8s.io/v1beta1
10
kind: Cluster
11
metadata:
test/e2e/suites/import-gitops/import_gitops_test.go
@@ -337,7 +337,7 @@ var _ = FDescribe("[AWS] [EKS] Create and delete CAPI cluster from cluster class
337
Paths: []string{"examples/clusterclasses/aws/eks"},
338
ClusterProxy: bootstrapClusterProxy,
339
TargetNamespace: topologyNamespace,
340
- Branch: "aws-eks-example",
+ Branch: "aws-eks-example", // TODO: Remove this before merging the PR
341
},
342
343
}
0 commit comments