mirror of
https://github.com/TeamPiped/Piped-Kubernetes.git
synced 2024-08-14 23:57:15 +00:00
12 lines
313 B
Go Template
12 lines
313 B
Go Template
{{- define "custom.custom.configuration.header" -}}
|
|
## Custom configuration
|
|
{{- end -}}
|
|
|
|
{{- define "custom.custom.configuration" -}}
|
|
{{ template "custom.custom.configuration.header" . }}
|
|
|
|
{{- end -}}
|
|
|
|
{{- define "custom.notes" -}}
|
|
NOTICE: There is currently NO caching support included in the chart.
|
|
{{- end -}}
|