Files
plcnk-helm-charts/hack/templates/README_CONFIG.md.gotmpl
2024-08-16 01:09:32 +02:00

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