Fix chart README generation.

This commit is contained in:
Skyler Mäntysaari
2024-01-24 13:29:44 +02:00
parent e84aa7b6f4
commit 60153fd456
3 changed files with 37 additions and 204 deletions
+2 -2
View File
@@ -6,7 +6,7 @@ set -eu
# require helm-docs
command -v helm-docs >/dev/null 2>&1 || {
echo >&2 "helm-docs (https://github.com/k8s-at-home/helm-docs) is not installed. Aborting."
echo >&2 "helm-docs (https://github.com/norwoodj/helm-docs) is not installed. Aborting."
exit 1
}
@@ -44,4 +44,4 @@ helm-docs \
--ignore-file="${repository}/.helmdocsignore" \
--template-files="${readme_template}" \
--template-files="$(basename "${readme_config_template}")" \
--chart-search-root="${root}"
--chart-search-root="${root}"