Fix for eikek/docspell#2498. Adjusted README.md for the Kubernetes deployment to properly set the JDBC connection for Joex.

This commit is contained in:
2024-02-15 23:13:45 +01:00
parent 54060a2f5a
commit d107343303

View File

@ -42,6 +42,10 @@ patches:
- op: replace
path: /data/DOCSPELL_SERVER_BACKEND_JDBC_PASSWORD
value: ZGJwYXNzMg== # dbpass2
- target:
kind: Secret
name: joex-secrets
patch: |-
- op: replace
path: /data/DOCSPELL_JOEX_JDBC_PASSWORD
value: ZGJwYXNzMg== # dbpass2
@ -59,4 +63,4 @@ To deploy a basic installation using the Kubernetes manifests, you can use the f
``` shell
kubectl apply -f https://raw.githubusercontent.com/eikek/docspell/master/kubernetes
```
```