From a92d9f1b1744376a94dde1f25836a24f02a8a194 Mon Sep 17 00:00:00 2001 From: nataliasitko Date: Mon, 28 Oct 2024 08:24:35 +0100 Subject: [PATCH] remove broken link --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 3c7da9e9..abd460e6 100644 --- a/README.md +++ b/README.md @@ -14,7 +14,7 @@ This project aims to follow the [Kubernetes Operator pattern](https://kubernetes It uses [Controllers](https://kubernetes.io/docs/concepts/architecture/controller/), which provide a reconcile function responsible for synchronizing resources until the desired state is reached in the cluster. -This project is scaffolded using [Kubebuilder](https://book.kubebuilder.io), and all the Kubebuilder [`makefile` helpers](https://book.kubebuilder.io/reference/makefile-helpers.html) can be used. +This project is scaffolded using [Kubebuilder](https://book.kubebuilder.io). ## Installation