mirror of
https://github.com/k8s-at-home/charts.git
synced 2025-01-31 05:49:04 +00:00
1335a5687e
Signed-off-by: brujoand <anders@brujordet.no>
12 lines
265 B
Go Template
12 lines
265 B
Go Template
{{- define "custom.custom.configuration.header" -}}
|
|
## Custom configuration
|
|
{{- end -}}
|
|
|
|
{{- define "custom.custom.configuration" -}}
|
|
{{ template "custom.custom.configuration.header" . }}
|
|
|
|
The default login details (change ASAP) are:
|
|
|
|
* password:deluge
|
|
{{- end -}}
|