Update gen-docs.sh

This commit is contained in:
Kjeld Schouten-Lebbing
2022-04-06 17:39:13 +02:00
committed by GitHub
parent 4f011288f9
commit e545259273
-10
View File
@@ -118,16 +118,6 @@ generate_docs() {
--output-file="README.md" \
--template-files="/__w/apps/apps/templates/docs/README.md.gotmpl" \
--chart-search-root="${chart}"
helm-docs \
--ignore-file=".helmdocsignore" \
--output-file="CONFIG.md" \
--template-files="/__w/apps/apps/templates/docs/CONFIG.md.gotmpl" \
--chart-search-root="${chart}"
helm-docs \
--ignore-file=".helmdocsignore" \
--output-file="helm-values.md" \
--template-files="/__w/apps/apps/templates/docs/helm-values.md.gotmpl" \
--chart-search-root="${chart}"
}
export -f generate_docs