Files
helm-charts/charts/antennas/README_CONFIG.md.gotmpl
Andrew Williams 0f3d646141 [antennas] New Chart (#34)
* [antennas] New Chart

* [antennas] Add options for host networking

* [antennas] Version 1.0.0

* [antennas] Fix lint issues
2022-01-07 17:56:07 +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 -}}