From d107343303cb83524d6019bca470da93f7a65ec8 Mon Sep 17 00:00:00 2001 From: TheAnachronism Date: Thu, 15 Feb 2024 23:13:45 +0100 Subject: [PATCH] Fix for eikek/docspell#2498. Adjusted README.md for the Kubernetes deployment to properly set the JDBC connection for Joex. --- kubernetes/README.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/kubernetes/README.md b/kubernetes/README.md index 9632673b96..5b16878263 100644 --- a/kubernetes/README.md +++ b/kubernetes/README.md @@ -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 -``` \ No newline at end of file +```