mirror of
https://github.com/plcnk/charts.git
synced 2026-04-05 17:22:21 +00:00
14 lines
267 B
Go Template
14 lines
267 B
Go Template
{{- define "custom.chart.name" -}}
|
|
# {{ .Name }}
|
|
{{- end -}}
|
|
|
|
{{- define "custom.custom.configuration.header" -}}
|
|
## Custom configuration
|
|
{{- end -}}
|
|
|
|
{{- define "custom.custom.configuration" -}}
|
|
{{ template "custom.custom.configuration.header" . }}
|
|
|
|
N/A
|
|
{{- end -}}
|