Skip to content

Commit f8c27e6

Browse files
committed
fix rendering the admin endpoint secret
1 parent 3ac55c3 commit f8c27e6

File tree

2 files changed

+3
-4
lines changed

2 files changed

+3
-4
lines changed

charts/docspell/Chart.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,5 +3,5 @@ name: docspell
33
description: A Helm chart to deploy docspell to Kubernetes
44
home: https://docspell.org/
55
type: application
6-
version: 0.0.16
6+
version: 0.0.17
77
appVersion: "0.42.0"

charts/docspell/values.yaml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -82,10 +82,9 @@ restserver:
8282
auth {
8383
server-secret = {{ .Values.restserver.serverSecret | required "The server secret must be a long random string!" | quote }}
8484
}
85-
86-
{{- if .Values.adminEndpointSecret }}
85+
{{ if .Values.restserver.adminEndpointSecret }}
8786
admin-endpoint {
88-
secret = {{ .Values.adminEndpointSecret | quote }}
87+
secret = {{ .Values.restserver.adminEndpointSecret | quote }}
8988
}
9089
{{- end }}
9190

0 commit comments

Comments
 (0)