Skip to content

Commit b298b8d

Browse files
kishorjthejasn
authored andcommitted
separate target for helm chart crds generation (kubernetes-sigs#2577)
1 parent f681596 commit b298b8d

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

Makefile

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,8 +47,11 @@ deploy: manifests
4747
manifests: controller-gen kustomize
4848
$(CONTROLLER_GEN) $(CRD_OPTIONS) rbac:roleName=controller-role webhook paths="./..." output:crd:artifacts:config=config/crd/bases
4949
yq eval '.metadata.name = "webhook"' -i config/webhook/manifests.yaml
50+
51+
crds: manifests
5052
$(KUSTOMIZE) build config/crd > helm/aws-load-balancer-controller/crds/crds.yaml
5153

54+
5255
# Run go fmt against code
5356
fmt:
5457
go fmt ./...

0 commit comments

Comments
 (0)