From d4280b8d7e80dc16a32189c683d2dc30196bd02e Mon Sep 17 00:00:00 2001 From: Dario Tranchitella Date: Sun, 27 Jun 2021 23:16:33 +0200 Subject: [PATCH] chore(makefile): ensure validation for each version --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 2cd2a1b9..14f7744a 100644 --- a/Makefile +++ b/Makefile @@ -15,7 +15,7 @@ BUNDLE_METADATA_OPTS ?= $(BUNDLE_CHANNELS) $(BUNDLE_DEFAULT_CHANNEL) # Image URL to use all building/pushing image targets IMG ?= quay.io/clastix/capsule:$(VERSION) # Produce CRDs that work back to Kubernetes 1.11 (no version conversion) -CRD_OPTIONS ?= "crd:trivialVersions=true,preserveUnknownFields=false" +CRD_OPTIONS ?= "crd:preserveUnknownFields=false" # Get the currently used golang install path (in GOPATH/bin, unless GOBIN is set) ifeq (,$(shell go env GOBIN))