Skip to content

Commit 97d3fb4

Browse files
committed
Makefile: add helm-docs target
1 parent 94f99af commit 97d3fb4

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

Makefile

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -189,6 +189,13 @@ helm-schema:
189189
cd deployment/helm/node-feature-discovery/ && \
190190
helm schema
191191

192+
.PHONY: helm-docs
193+
helm-docs:
194+
go tool helm-docs \
195+
-c deployment/helm/ \
196+
-t README.md.gotmpl -t _metadata.gotmpl \
197+
--sort-values-order file
198+
192199
helm-lint:
193200
helm lint --strict deployment/helm/node-feature-discovery/
194201

0 commit comments

Comments
 (0)