helm-charts/charts/other/app-template/README_CONFIG.md.gotmpl
2022-08-08 15:05:46 +02:00

9 lines
205 B
Go Template

{{- define "custom.custom.configuration.header" -}}
## Custom configuration
{{- end -}}
{{- define "custom.custom.configuration" -}}
{{ template "custom.custom.configuration.header" . }}
N/A
{{- end -}}