Skip to content

Commit

Permalink
Helm-docs ignore CRDs
Browse files Browse the repository at this point in the history
  • Loading branch information
cheina97 committed Oct 2, 2023
1 parent 34f8c0e commit 98bf87b
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ generate: generate-controller generate-groups rbacs manifests fmt

#generate helm documentation
docs: helm-docs
$(HELM_DOCS) -t deployments/liqo/README.gotmpl deployments/liqo
$(HELM_DOCS) -t deployments/liqo/README.gotmpl -i deployments/liqo/.helmdocsignore -c deployments/liqo

#run all tests
test: unit e2e
Expand Down
1 change: 1 addition & 0 deletions deployments/liqo/.helmdocsignore
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
deployments/liqo/charts
1 change: 1 addition & 0 deletions deployments/liqo/charts/liqo-crds/values.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
# This file is intentionally empty, since the CRDs do not need to be custoized.

0 comments on commit 98bf87b

Please sign in to comment.