* 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
12 lines
253 B
Go Template
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" . }}
|