fix app-readme template

This commit is contained in:
kjeld Schouten-Lebbing
2021-08-19 12:00:08 +02:00
parent 2b1524ecbf
commit 06ac2acd58
+5 -1
View File
@@ -1,6 +1,10 @@
{{- define "custom.custom.app-readme" -}}
{{ template "chart.deprecationWarning" . }}
{{ template "chart.description" . }}
This App is supplied by TrueCharts, for more information please visit https://truecharts.org
{{- end -}}
{{ template "custom.custom.configuration" . }}
{{ template "custom.custom.app-readme" . }}