mirror of
https://github.com/kyverno/kyverno.git
synced 2025-04-18 02:06:52 +00:00
modifying make command (#2265)
Signed-off-by: Namanl2001 <namanlakhwani@gmail.com>
This commit is contained in:
parent
7e258bf54b
commit
e6f16221d0
1 changed files with 1 additions and 1 deletions
2
Makefile
2
Makefile
|
@ -210,7 +210,7 @@ godownloader:
|
|||
# kustomize-crd will create install.yaml
|
||||
kustomize-crd:
|
||||
# Create CRD for helm deployment Helm
|
||||
kustomize build ./definitions/crds > ./charts/kyverno-crds/templates/crds.yaml
|
||||
kustomize build ./definitions/release | kustomize cfg grep kind=CustomResourceDefinition > ./charts/kyverno-crds/templates/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
|
||||
|
|
Loading…
Add table
Reference in a new issue