File tree Expand file tree Collapse file tree 3 files changed +2
-170
lines changed Expand file tree Collapse file tree 3 files changed +2
-170
lines changed Original file line number Diff line number Diff line change @@ -322,9 +322,9 @@ deploy: manifests kustomize
322
322
undeploy :
323
323
$(KUSTOMIZE ) build config/default | kubectl delete -f -
324
324
325
- # Generate manifests e.g. CRD, RBAC etc.
325
+ # Generate manifests e.g. CRD etc.
326
326
manifests : controller-gen
327
- export PATH=" $( PATH) " ; export GOROOT=$(GOROOT ) ; $(CONTROLLER_GEN ) $(CRD_OPTIONS ) rbac:roleName=manager-role paths=./... output:crd:artifacts:config=config/crd/bases
327
+ export PATH=" $( PATH) " ; export GOROOT=$(GOROOT ) ; $(CONTROLLER_GEN ) $(CRD_OPTIONS ) paths=./... output:crd:artifacts:config=config/crd/bases
328
328
# copy the CRDs to the public folder
329
329
cp config/crd/bases/* helm_chart/crds/
330
330
cat " helm_chart/crds/" * > public/crds.yaml
Load Diff This file was deleted.
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments