Skip to content

Commit

Permalink
Don't import UI crds (#399)
Browse files Browse the repository at this point in the history
Signed-off-by: Tamal Saha <tamal@appscode.com>
  • Loading branch information
tamalsaha authored Nov 22, 2021
1 parent 2008841 commit 62b2390
Show file tree
Hide file tree
Showing 16 changed files with 37,394 additions and 39 deletions.
3 changes: 1 addition & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,7 @@ GO_PKG := kubedb.dev
REPO := $(notdir $(shell pwd))
BIN := installer

# Produce CRDs that work back to Kubernetes 1.11 (no version conversion)
CRD_OPTIONS ?= "crd:trivialVersions=true,preserveUnknownFields=false,crdVersions={v1}"
CRD_OPTIONS ?= "crd:crdVersions={v1}"
# https://github.com/appscodelabs/gengo-builder
CODE_GENERATOR_IMAGE ?= appscode/gengo:release-1.21
API_GROUPS ?= installer:v1alpha1
Expand Down
68 changes: 34 additions & 34 deletions charts/kubedb-ui-server/README.md

Large diffs are not rendered by default.

3,843 changes: 3,843 additions & 0 deletions charts/kubedb-ui-server/crds/kubedb.com_elasticsearches.yaml

Large diffs are not rendered by default.

2,571 changes: 2,571 additions & 0 deletions charts/kubedb-ui-server/crds/kubedb.com_etcds.yaml

Large diffs are not rendered by default.

Loading

0 comments on commit 62b2390

Please sign in to comment.