mirror of
https://github.com/kyverno/kyverno.git
synced 2025-03-29 10:55:05 +00:00
remove duplicate crd changes
This commit is contained in:
parent
d96f3e6c89
commit
2e5f000d3e
1 changed files with 3 additions and 1 deletions
4
Makefile
4
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
|
Loading…
Add table
Reference in a new issue