fix: add dbname
All checks were successful
lint-test-helm / lint-helm (pull_request) Successful in 17s
lint-test-helm / validate-kubeconform (pull_request) Successful in 17s
render-manifests / render-manifests (pull_request) Successful in 1m20s

This commit is contained in:
2026-03-30 20:46:03 -05:00
parent fcb24f62af
commit ea3c23e328

View File

@@ -22,6 +22,11 @@ paperless-ngx:
secretKeyRef: secretKeyRef:
name: paperless-ngx-postgresql-18-cluster-app name: paperless-ngx-postgresql-18-cluster-app
key: port key: port
- name: PAPERLESS_DBNAME
valueFrom:
secretKeyRef:
name: paperless-ngx-postgresql-18-cluster-app
key: dbname
- name: PAPERLESS_DBUSER - name: PAPERLESS_DBUSER
valueFrom: valueFrom:
secretKeyRef: secretKeyRef:
@@ -143,7 +148,7 @@ paperless-ngx:
main: main:
- path: /usr/src/paperless/consume - path: /usr/src/paperless/consume
postgres-18-cluster: postgres-18-cluster:
mode: standalone mode: recovery
recovery: recovery:
method: objectStore method: objectStore
objectStore: objectStore: