Skip to content

Commit 12c05d2

Browse files
committed
Fixing end templates for backend..
1 parent a28df47 commit 12c05d2

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

charts/apps/piped/Chart.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ sources:
1010
- https://github.com/TeamPiped/piped-proxy
1111
keywords:
1212
- streaming
13-
version: 5.1.3
13+
version: 5.1.4
1414
appVersion: latest
1515
kubeVersion: ">=1.22.0-0"
1616
maintainers:

charts/apps/piped/templates/backend/lib/_env_vars.tpl

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
Environment variables used by containers.
33
*/}}
44
{{- define "backend.controller.env_vars" -}}
5-
{{- $values := merge .Values.backend.env -}}
5+
{{- $values := .Values.backend.env | default dict -}}
66
{{- if hasKey . "ObjectValues" -}}
77
{{- with .ObjectValues.env -}}
88
{{- $values = . -}}

0 commit comments

Comments
 (0)