Skip to content

Commit d3e792d

Browse files
committed
Use main instead of v0.23.0
Signed-off-by: Parthvi Vala <[email protected]>
1 parent 1e0fbb0 commit d3e792d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/next/modules/en/pages/user/clusterclass.adoc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -664,7 +664,7 @@ An AWS EKS ClusterClass and associated applications can be applied using the exa
664664
+
665665
[source,bash]
666666
----
667-
go run github.com/rancher/turtles/examples@v0.23.0 -r aws-eks | kubectl apply -f -
667+
go run github.com/rancher/turtles/examples@main -r aws-eks | kubectl apply -f -
668668
----
669669

670670
kubectl::
@@ -673,7 +673,7 @@ kubectl::
673673
+
674674
[source,bash]
675675
----
676-
kubectl apply -f https://raw.githubusercontent.com/rancher/turtles/refs/tags/v0.23.0/examples/clusterclasses/aws/eks/clusterclass-eks-example.yaml
676+
kubectl apply -f https://raw.githubusercontent.com/rancher/turtles/refs/tags/main/examples/clusterclasses/aws/eks/clusterclass-eks-example.yaml
677677
----
678678
=======
679679
+

0 commit comments

Comments
 (0)