diff --git a/Makefile b/Makefile index 9a7a4cca73..7db5133c23 100644 --- a/Makefile +++ b/Makefile @@ -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 diff --git a/deployments/liqo/.helmdocsignore b/deployments/liqo/.helmdocsignore new file mode 100644 index 0000000000..1ce50cd306 --- /dev/null +++ b/deployments/liqo/.helmdocsignore @@ -0,0 +1 @@ +deployments/liqo/charts diff --git a/deployments/liqo/charts/liqo-crds/values.yaml b/deployments/liqo/charts/liqo-crds/values.yaml new file mode 100644 index 0000000000..8c88a6aedb --- /dev/null +++ b/deployments/liqo/charts/liqo-crds/values.yaml @@ -0,0 +1 @@ +# This file is intentionally empty, since the CRDs do not need to be custoized.