Skip to content
This repository was archived by the owner on Nov 9, 2025. It is now read-only.
This repository was archived by the owner on Nov 9, 2025. It is now read-only.

Support setting any PAPERLESS_ env variables in values.yaml #28

@andi0b

Description

@andi0b

Thanks for this chart, looks very nice!

I would like to set up paperless-ngx with my existing Postgres database and therefore I would need to load the database settings from external configmaps and secrets.

something like:

# values.yaml
paperless:
  env:
    - name: PAPERLESS_DBENGINE
      value: "postgres"
    - name: PAPERLESS_DBHOST
      valueFrom:
         configMapKeyRef:
           name: bring-your-own-db-config
           key: hostname
    - name: PAPERLESS_DBPASS
      valueFrom:
         secretKeyRef:
           name: bring-your-own-db-secret
           key: pass

For other advanced configuration options this would also be a big plus, there are a lot, and I think this chart doesn't need to include them all: https://docs.paperless-ngx.com/configuration/

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions