Files
truecharts/charts/heimdall/1.5.1/docs/CONFIG.md.gotmpl
T
allen-4andkjeld Schouten-Lebbing 7d4ed69465 Fix host networking in several charts (#200)
* Fix host networking in radarr

* fix nzbhydra networking

* fix update

* Fix host networking in radarr

* fix nzbhydra networking

* Fix hostNetwork across 23 charts

* Remove old files

* Fix merge conflict
2021-03-01 06:42:39 -05:00

12 lines
253 B
Go Template

{{- define "custom.custom.configuration.header" -}}
# Configuration Options
{{- end -}}
{{- define "custom.custom.configuration" -}}
{{ template "custom.custom.configuration.header" . }}
N/A
{{- end -}}
{{ template "custom.custom.configuration" . }}