* Update Helm chart common to v1.5.0 * Update-Folder-Names-and-Dependencies Co-authored-by: Renovate Bot <bot@renovateapp.com> Co-authored-by: renovate[bot] <renovate[bot]@users.noreply.github.com>
12 lines
253 B
Go Template
12 lines
253 B
Go Template
{{- define "custom.custom.configuration.header" -}}
|
|
# Configuration Options
|
|
{{- end -}}
|
|
|
|
{{- define "custom.custom.configuration" -}}
|
|
{{ template "custom.custom.configuration.header" . }}
|
|
|
|
N/A
|
|
{{- end -}}
|
|
|
|
{{ template "custom.custom.configuration" . }}
|