File tree Expand file tree Collapse file tree 1 file changed +1
-3
lines changed Expand file tree Collapse file tree 1 file changed +1
-3
lines changed Original file line number Diff line number Diff line change @@ -7,8 +7,6 @@ VERSION ?= 0.1.0
77
88# Image URL to use all building/pushing image targets
99IMG ?= cr.yandex/yc/ydb-operator:latest
10- # Produce CRDs that work back to Kubernetes 1.11 (no version conversion)
11- CRD_OPTIONS ?= "crd:trivialVersions=true,preserveUnknownFields=false"
1210# ENVTEST_K8S_VERSION refers to the version of kubebuilder assets to be downloaded by envtest binary.
1311ENVTEST_K8S_VERSION = 1.26
1412
@@ -46,7 +44,7 @@ help: ## Display this help.
4644# #@ Development
4745
4846manifests : controller-gen # # Generate WebhookConfiguration, ClusterRole and CustomResourceDefinition objects.
49- $(CONTROLLER_GEN ) $( CRD_OPTIONS ) rbac:roleName=manager-role webhook paths=" ./..." output:crd:artifacts:config=config/crd/bases
47+ $(CONTROLLER_GEN ) crd rbac:roleName=manager-role webhook paths=" ./..." output:crd:artifacts:config=config/crd/bases
5048 cp config/crd/bases/ydb.tech_storages.yaml deploy/ydb-operator/crds/storage.yaml
5149 cp config/crd/bases/ydb.tech_databases.yaml deploy/ydb-operator/crds/database.yaml
5250 cp config/crd/bases/ydb.tech_storagenodesets.yaml deploy/ydb-operator/crds/storagenodeset.yaml
You can’t perform that action at this time.
0 commit comments