-
Notifications
You must be signed in to change notification settings - Fork 20
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix broken CI caused by upgrading controller-gen (#691)
Signed-off-by: spacewander <[email protected]>
- Loading branch information
1 parent
aa7c245
commit a05cdd8
Showing
6 changed files
with
231 additions
and
188 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -40,6 +40,10 @@ gen-crd-code: $(LOCALBIN) install-go-fmtter | |
LOCALBIN=$(LOCALBIN) tools/gen-crd-code.sh | ||
$(LOCALBIN)/gosimports -w -local ${PROJECT_NAME} ./types/pkg/client | ||
|
||
.PHONY: gen-manifests | ||
gen-manifests: | ||
cd controller/ && make manifests generate | ||
|
||
.PHONY: gen-helm-docs | ||
gen-helm-docs: $(LOCALBIN) | ||
test -x $(LOCALBIN)/helm-docs || GOBIN=$(LOCALBIN) go install github.com/norwoodj/helm-docs/cmd/[email protected] | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.