From 06ac2acd5801a8b02c001884178b2fdae0ae50a8 Mon Sep 17 00:00:00 2001 From: kjeld Schouten-Lebbing Date: Thu, 19 Aug 2021 12:00:08 +0200 Subject: [PATCH] fix app-readme template --- templates/docs/app-readme.md.gotmpl | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/templates/docs/app-readme.md.gotmpl b/templates/docs/app-readme.md.gotmpl index bccf3a2f9a4..3e472db12af 100644 --- a/templates/docs/app-readme.md.gotmpl +++ b/templates/docs/app-readme.md.gotmpl @@ -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" . }}