mirror of
https://github.com/k8s-at-home/charts.git
synced 2025-01-31 05:49:04 +00:00
201575b246
* feat: add speedtest-exporter chart * feat: add speedtest-exporter chart * feat: add speedtest-exporter chart * feat: use ghcr * fix: remove service * fix: remove ingress * fix: do not enable service * fix: use additionalPorts * fix: use new port name * fix: update probes * fix: use service monitor * fix: update port name Co-authored-by: Jeff Billimek <jeff@billimek.com>
10 lines
205 B
Go Template
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 -}}
|