Skip to content

Commit

Permalink
Fix for eikek#2498. Adjusted README.md for the Kubernetes deployment …
Browse files Browse the repository at this point in the history
…to properly set the JDBC connection for Joex.
  • Loading branch information
TheAnachronism committed Feb 15, 2024
1 parent 54060a2 commit d107343
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion kubernetes/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
```
```

0 comments on commit d107343

Please sign in to comment.