Skip to content

Commit 9a26f35

Browse files
committed
properly render non-templates valueFrom vars
1 parent 4bdebce commit 9a26f35

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

charts/docspell/Chart.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name: docspell
33
description: A Helm chart to deploy docspell to Kubernetes
44
home: https://docspell.org/
55
type: application
6-
version: 0.0.20
6+
version: 0.0.21
77
# this only tracks the restserver, but restserver's and joex's versions are synced
88
# renovate: image=ghcr.io/docspell/restserver
99
appVersion: "0.43.0"

charts/docspell/templates/_helpers.tpl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ app.kubernetes.io/instance: {{ .Release.Name }}
6868
{{- if $config.template }}
6969
valueFrom: {{- tpl ($config.valueFrom | toYaml) $.Root | nindent 4 }}
7070
{{- else }}
71-
valueFrom: {{- $config.valueFrom | nindent 4 }}
71+
valueFrom: {{- $config.valueFrom | toYaml | nindent 4 }}
7272
{{- end }}
7373
{{- else }}
7474
{{- end }}

0 commit comments

Comments
 (0)