Skip to content

Commit 8551714

Browse files
authored
chore: Operator - increase maxDescLen to include some CRD descriptions (feast-dev#5045)
increase maxDescLen to include some CRD descriptions Signed-off-by: Tommy Hughes <[email protected]>
1 parent ae68e4d commit 8551714

File tree

3 files changed

+5385
-1
lines changed

3 files changed

+5385
-1
lines changed

infra/feast-operator/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ help: ## Display this help.
9797

9898
.PHONY: manifests
9999
manifests: controller-gen ## Generate WebhookConfiguration, ClusterRole and CustomResourceDefinition objects.
100-
$(CONTROLLER_GEN) rbac:roleName=manager-role crd:maxDescLen=0 webhook paths="./..." output:crd:artifacts:config=config/crd/bases
100+
$(CONTROLLER_GEN) rbac:roleName=manager-role crd:maxDescLen=120 webhook paths="./..." output:crd:artifacts:config=config/crd/bases
101101

102102
.PHONY: generate
103103
generate: controller-gen ## Generate code containing DeepCopy, DeepCopyInto, and DeepCopyObject method implementations.

0 commit comments

Comments
 (0)