From 9f789c153a7238749f02a4e82c73bc4800c6077f Mon Sep 17 00:00:00 2001 From: Erik Godding Boye Date: Sat, 30 Nov 2024 10:12:17 +0100 Subject: [PATCH] Make generated CRDs directly available for testing and development Signed-off-by: Erik Godding Boye --- modules/helm/crds.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/helm/crds.mk b/modules/helm/crds.mk index f23c529..08de219 100644 --- a/modules/helm/crds.mk +++ b/modules/helm/crds.mk @@ -37,7 +37,7 @@ ifeq ($(HOST_OS),darwin) sed_inplace := sed -i '' endif -crds_dir ?= deboy/crds +crds_dir ?= deploy/crds crds_dir_readme := $(dir $(lastword $(MAKEFILE_LIST)))/crds_dir.README.md .PHONY: generate-crds