22 lines
394 B
Go Template
22 lines
394 B
Go Template
{{ template "chart.header" . }}
|
|
{{ template "chart.deprecationWarning" . }}
|
|
{{ template "chart.description" . }}
|
|
|
|
{{ template "chart.badgesSection" . }}
|
|
|
|
## About
|
|
|
|
TODO
|
|
|
|
## Values
|
|
|
|
{{ template "chart.valuesTable" . }}
|
|
|
|
{{ template "chart.sourcesSection" . }}
|
|
|
|
{{ template "chart.requirementsSection" . }}
|
|
|
|
{{ template "chart.maintainersSection" . }}
|
|
|
|
{{ template "helm-docs.versionFooter" . }}
|