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 +```