Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 478c3c2

Browse files
authoredApr 3, 2024
Revert "Add reconciliation for Collector v1beta1 CRD (open-telemetry#2703)" (open-telemetry#2800)
This reverts commit 9710eed
1 parent 7bb837a commit 478c3c2

File tree

64 files changed

+16248
-31313
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

64 files changed

+16248
-31313
lines changed
 

‎.chloggen/v1beta1-webhook.yaml

-25
This file was deleted.

‎Makefile

+1-2
Original file line numberDiff line numberDiff line change
@@ -39,8 +39,7 @@ BUNDLE_DEFAULT_CHANNEL := --default-channel=$(DEFAULT_CHANNEL)
3939
endif
4040
BUNDLE_METADATA_OPTS ?= $(BUNDLE_CHANNELS) $(BUNDLE_DEFAULT_CHANNEL)
4141

42-
# kubectl apply does not work on large CRDs.
43-
CRD_OPTIONS ?= "crd:generateEmbeddedObjectMeta=true,maxDescLen=0"
42+
CRD_OPTIONS ?= "crd:generateEmbeddedObjectMeta=true,maxDescLen=200"
4443

4544
# Get the currently used golang install path (in GOPATH/bin, unless GOBIN is set)
4645
ifeq (,$(shell go env GOBIN))

0 commit comments

Comments
 (0)
Please sign in to comment.