Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -252,7 +252,7 @@ ENVTEST_VERSION ?= release-0.19
GOLANGCI_LINT_VERSION ?= v1.64.4
YQ_VERSION ?= v4.45.3
YAMLFMT_VERSION ?= v0.12.0
CRD_REF_DOCS_VERSION = v0.1.0
CRD_REF_DOCS_VERSION = v0.2.0

.PHONY: kustomize
kustomize: $(KUSTOMIZE) ## Download kustomize locally if necessary.
Expand Down
4 changes: 0 additions & 4 deletions api/v1alpha1/llamastackdistribution_types.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

5 changes: 0 additions & 5 deletions config/crd/bases/llamastack.io_llamastackdistributions.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2196,11 +2196,6 @@ spec:
required:
- spec
type: object
selectableFields:
- jsonPath: .spec.server.userConfig.configMapName
- jsonPath: .spec.server.userConfig.configMapNamespace
- jsonPath: .spec.server.tlsConfig.caBundle.configMapName
- jsonPath: .spec.server.tlsConfig.caBundle.configMapNamespace
served: true
storage: true
subresources:
Expand Down
5 changes: 0 additions & 5 deletions release/operator.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2205,11 +2205,6 @@ spec:
required:
- spec
type: object
selectableFields:
- jsonPath: .spec.server.userConfig.configMapName
- jsonPath: .spec.server.userConfig.configMapNamespace
- jsonPath: .spec.server.tlsConfig.caBundle.configMapName
- jsonPath: .spec.server.tlsConfig.caBundle.configMapNamespace
served: true
storage: true
subresources:
Expand Down