Skip to content

Commit fa5f2e8

Browse files
committed
fix: clusterclass for kubeadmintel
1 parent 4196d00 commit fa5f2e8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

internal/providers/kubeadmintel.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ func (k kubeadmintel) AlterClusterClass(cc *v1beta1.ClusterClass) {
6262
{
6363
Selector: capiv1beta1.PatchSelector{
6464
APIVersion: "controlplane.cluster.x-k8s.io/v1beta1",
65-
Kind: RKE2ControlPlaneTemplate,
65+
Kind: KubeadmControlPlaneTemplate,
6666
MatchResources: capiv1beta1.PatchSelectorMatch{
6767
ControlPlane: true,
6868
},

0 commit comments

Comments
 (0)