We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f681596 commit b298b8dCopy full SHA for b298b8d
Makefile
@@ -47,8 +47,11 @@ deploy: manifests
47
manifests: controller-gen kustomize
48
$(CONTROLLER_GEN) $(CRD_OPTIONS) rbac:roleName=controller-role webhook paths="./..." output:crd:artifacts:config=config/crd/bases
49
yq eval '.metadata.name = "webhook"' -i config/webhook/manifests.yaml
50
+
51
+crds: manifests
52
$(KUSTOMIZE) build config/crd > helm/aws-load-balancer-controller/crds/crds.yaml
53
54
55
# Run go fmt against code
56
fmt:
57
go fmt ./...
0 commit comments