From b227a34a6c189823ab100bd7fe11254a283cece0 Mon Sep 17 00:00:00 2001 From: Francesco Brunello Date: Mon, 22 Jun 2026 17:51:16 +0200 Subject: [PATCH] fix(docs): cert-manager values and cluster api kind hyperlink (#1194) * docs: updated helm chart variable (#1186) * docs: updated KamajiControlPlane Reference API link to newer version (v1alpha2) --- docs/content/cluster-api/control-plane-provider.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/docs/content/cluster-api/control-plane-provider.md b/docs/content/cluster-api/control-plane-provider.md index aa4f11d..d5e1847 100644 --- a/docs/content/cluster-api/control-plane-provider.md +++ b/docs/content/cluster-api/control-plane-provider.md @@ -60,7 +60,7 @@ spec: ``` !!! info "Full Reference" - For a full reference of the `KamajiControlPlane` custom resource, please see the [Reference APIs](https://doc.crds.dev/github.com/clastix/cluster-api-control-plane-provider-kamaji/controlplane.cluster.x-k8s.io/KamajiControlPlane/v1alpha1). + For a full reference of the `KamajiControlPlane` custom resource, please see the [Reference APIs](https://doc.crds.dev/github.com/clastix/cluster-api-control-plane-provider-kamaji/controlplane.cluster.x-k8s.io/KamajiControlPlane/v1alpha2). ## Getting started with the Kamaji Control Plane Provider @@ -95,4 +95,3 @@ As result, the following Cluster API components will be installed: In the next step, we will create a fully functional Kubernetes cluster using the Kamaji Control Plane Provider and the Infrastructure provider of choice. For a complete list of supported infrastructure providers, please refer to the [other providers](other-providers.md) page. -