forked from github-mirrorer/plcnk-helm-charts
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 -}}
|