From 229d7ce13833b705062efd1862ea05aa4da3cbae Mon Sep 17 00:00:00 2001 From: edwinwalela Date: Thu, 14 Apr 2022 12:29:32 +0300 Subject: [PATCH] fix kustomize installation broken link Signed-off-by: edwinwalela --- DEVELOPMENT.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/DEVELOPMENT.md b/DEVELOPMENT.md index ab958a44..d0df6b6e 100644 --- a/DEVELOPMENT.md +++ b/DEVELOPMENT.md @@ -9,7 +9,7 @@ There are a number of dependencies required to be able to run the controller and its test suite locally: - [Install Go](https://golang.org/doc/install) -- [Install Kustomize](https://kubernetes-sigs.github.io/kustomize/installation/) +- [Install Kustomize](https://kubectl.docs.kubernetes.io/installation/kustomize/) - [Install Docker](https://docs.docker.com/engine/install/) - (Optional) [Install Kubebuilder](https://book.kubebuilder.io/quick-start.html#installation)