From 3d253f1f1c03e65d7de80023ec1014e4d09d05d8 Mon Sep 17 00:00:00 2001 From: Zadkiel Aharonian Date: Tue, 14 Nov 2023 14:18:42 +0100 Subject: [PATCH] docs: add kustomize to prerequisites --- README.md | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 3ea0a0d3..0f7b1c47 100644 --- a/README.md +++ b/README.md @@ -504,11 +504,12 @@ make delete ## Developing Locally -### Run Tests - -#### Pre-Requisites +### Pre-Requisites - [operator-sdk](https://sdk.operatorframework.io/docs/installation/) +- [kustomize](https://kubectl.docs.kubernetes.io/installation/kustomize/) + +### Run Tests #### Test Setup