From 2e5f000d3edbac60c99f337f8851725e2f4b5f46 Mon Sep 17 00:00:00 2001 From: Yuvraj Date: Fri, 5 Jun 2020 13:44:47 -0700 Subject: [PATCH] remove duplicate crd changes --- Makefile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/Makefile b/Makefile index e568bfde78..7645266947 100644 --- a/Makefile +++ b/Makefile @@ -121,7 +121,9 @@ godownloader: # kustomize-crd will create install.yaml kustomize-crd: - # Create CRD + # Create CRD for helm deployment Helm kustomize build ./definitions/crds > ./charts/kyverno/crds/crds.yaml + # Generate install.yaml that have all resources for kyverno kustomize build ./definitions > ./definitions/install.yaml + # Generate install_debug.yaml that for developer testing kustomize build ./definitions/debug > ./definitions/install_debug.yaml \ No newline at end of file