{{ define "chart.valuesTable" -}} | Parameter | Description | Default | |-----------|-------------|---------| {{- range .Values }} | `{{ .Key }}` | {{ if .Description }}{{ .Description }}{{ else }}{{ .AutoDescription }}{{ end }} | {{ if .Default }}{{ .Default }}{{ else }}{{ .AutoDefault }}{{ end }} | {{- end }} {{- end -}} {{ define "generatedDocsWarning" -}} <!--- Document is generated by `make helm-docs`. DO NOT EDIT. Edit the corresponding *.gotmpl.md file instead --> {{- end -}}