Files
HelmChartSammlung/charts/paperless-ngx/README_CONFIG.md.gotmpl
Marko Oldenburg 9ec413f50c
Some checks failed
Build Helm Chart / helm-package (push) Failing after 17s
new paperless-ngx
2025-11-23 08:03:38 +01:00

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 -}}