generate_readmes_with_helm-docs.sh: remove unnecessary find command

This commit is contained in:
Johannes Kastl
2023-04-06 08:51:56 +02:00
parent 4b8e33b765
commit 9f01922cbf

View File

@@ -37,8 +37,6 @@ if [ $# == 1 ] ; then
readme_template="../../.helm-docs-templates/README.md.gotmpl"
else
# Gather all charts using the common library, excluding common-test
charts=$(find "${repository}" -name "Chart.yaml")
root="${repository}/charts"
readme_template="../.helm-docs-templates/README.md.gotmpl"