diff --git a/templates/docs/README.md.gotmpl b/templates/docs/README.md.gotmpl index 712a8fa0b9c..0d966a65b03 100644 --- a/templates/docs/README.md.gotmpl +++ b/templates/docs/README.md.gotmpl @@ -46,13 +46,14 @@ helm install {{ template "chart.name" . }} {{ template "custom.helm.path" . }} {{- end -}} {{- define "custom.uninstall" -}} ## Uninstall + ### TrueNAS SCALE **Upgrading, Rolling Back and Uninstalling the Chart** To upgrade, rollback or delete this App from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/manual/Quick-Start%20Guides/04-Upgrade-rollback-delete-an-App/). -## Helm +### Helm To uninstall the `{{ template "chart.name" . }}` deployment @@ -62,7 +63,7 @@ helm uninstall {{ template "chart.name" . }} {{- end -}} {{- define "custom.linking" -}} -##### Connecting to other apps +#### Connecting to other apps If you need to connect this App to other Apps on TrueNAS SCALE, please refer to our [Linking Apps Internally](https://truecharts.org/manual/Quick-Start%20Guides/06-linking-apps/) quick-start guide. {{- end -}}