Skip to content

Commit

Permalink
set maxDescLen to 0 to remove descriptions (#371)
Browse files Browse the repository at this point in the history
Closes #368
  • Loading branch information
mkuratczyk committed Sep 30, 2020
1 parent 766aca9 commit 3181916
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4,978 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
.PHONY: list

# Produce CRDs that work back to Kubernetes 1.11 (no version conversion)
CRD_OPTIONS ?= "crd:trivialVersions=true, preserveUnknownFields=false, crdVersions=v1"
CRD_OPTIONS ?= "crd:trivialVersions=true, preserveUnknownFields=false, crdVersions=v1, maxDescLen=0"

# Insert a comment starting with '##' after a target, and it will be printed by 'make' and 'make list'
list: ## list Makefile targets
Expand Down

0 comments on commit 3181916

Please sign in to comment.