cv-helm/charts/cv/README_CONFIG.md.gotmpl
Julien Cabillot 5421846c1f first import
2021-12-29 16:36:50 -05:00

10 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 -}}