Files
helm-charts/charts/mqtt-exporter/README_CONFIG.md.gotmpl
Andrew Williams e6f88c5ddd [mqtt-exporter] New chart (#33)
* [mqtt-exporter] New chart

* Don't enable Metrics for testing

* Fix linting issues
2021-12-18 18:01:40 +00: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 -}}