Some checks failed
Build Helm Chart / helm-package (push) Failing after 17s
18 lines
513 B
Go Template
18 lines
513 B
Go Template
{{- define "custom.chart.name" -}}
|
|
Paperless-ngx
|
|
{{- end -}}
|
|
|
|
{{- define "custom.custom.configuration.header" -}}
|
|
## Custom configuration
|
|
{{- end -}}
|
|
|
|
{{- define "custom.custom.configuration" -}}
|
|
{{ template "custom.custom.configuration.header" . }}
|
|
|
|
### Database Installation
|
|
|
|
Paperless-ngx supports PostgreSQL and MariaDB.
|
|
This chart can install PostgreSQL or MariaDB and configure Paperless-ngx automatically.
|
|
See each database section in [`values.yaml`](./values.yaml) for configuration examples.
|
|
{{- end -}}
|