mirror of
https://github.com/TheAnachronism/docspell.git
synced 2025-03-25 16:45:05 +00:00
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:
parent
54060a2f5a
commit
d107343303
@ -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
|
||||
```
|
||||
```
|
||||
|
Loading…
x
Reference in New Issue
Block a user