mirror of
https://github.com/TheAnachronism/docspell.git
synced 2025-08-05 02:24:52 +00:00
eikek/docspell#2502 Started work on a helm chart for docspell including postgres and solr.
This commit is contained in:
9
kubernetes/helm/docspell/templates/joex/secret.yaml
Normal file
9
kubernetes/helm/docspell/templates/joex/secret.yaml
Normal file
@ -0,0 +1,9 @@
|
||||
apiVersion: v1
|
||||
kind: Secret
|
||||
metadata:
|
||||
name: {{ include "docspell.fullname" . }}-joex-secret
|
||||
labels:
|
||||
{{- include "joex.labels" . | nindent 4}}
|
||||
type: Opaque
|
||||
stringData:
|
||||
{{- include "docspell.secrets.JDBC" (dict "context" . "type" "joex") | nindent 4 -}}
|
Reference in New Issue
Block a user