blob: 15a3f2b2d63e5104f7b237d0e53e1f692752d5a9 [file] [log] [blame]
.PHONY: helm-docs
helm-docs:
ifeq (, $(shell which helm-docs))
$(info "helm-docs not found, installing")
$(shell go install github.com/norwoodj/helm-docs/cmd/helm-docs@latest)
endif
helm-docs