add app-readme generation again (it got lost somehow)

This commit is contained in:
kjeld Schouten-Lebbing
2021-08-19 11:55:12 +02:00
parent ff9eb17b28
commit 6747c12783
3 changed files with 13 additions and 0 deletions
+5
View File
@@ -153,6 +153,11 @@ jobs:
--output-file="CONFIG.md" \
--template-files="/home/runner/work/apps/apps/templates/docs/CONFIG.md.gotmpl" \
--chart-search-root="${chart}"
helm-docs \
--ignore-file=".helmdocsignore" \
--output-file="app-readme.md" \
--template-files="/home/runner/work/apps/apps/templates/docs/app-readme.md.gotmpl" \
--chart-search-root="${chart}"
fi
done
done
+2
View File
@@ -68,6 +68,8 @@ All Rights Reserved - The TrueCharts Project
{{ template "chart.description" . }}
{{ template "chart.deprecationWarning" . }}
{{ template "custom.notes" . }}
{{ template "chart.sourcesSection" . }}
+6
View File
@@ -0,0 +1,6 @@
{{- define "custom.custom.app-readme" -}}
{{ template "chart.deprecationWarning" . }}
{{ template "chart.description" . }}
{{- end -}}
{{ template "custom.custom.configuration" . }}