We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a28df47 commit 12c05d2Copy full SHA for 12c05d2
charts/apps/piped/Chart.yaml
@@ -10,7 +10,7 @@ sources:
10
- https://github.com/TeamPiped/piped-proxy
11
keywords:
12
- streaming
13
-version: 5.1.3
+version: 5.1.4
14
appVersion: latest
15
kubeVersion: ">=1.22.0-0"
16
maintainers:
charts/apps/piped/templates/backend/lib/_env_vars.tpl
@@ -2,7 +2,7 @@
2
Environment variables used by containers.
3
*/}}
4
{{- define "backend.controller.env_vars" -}}
5
- {{- $values := merge .Values.backend.env -}}
+ {{- $values := .Values.backend.env | default dict -}}
6
{{- if hasKey . "ObjectValues" -}}
7
{{- with .ObjectValues.env -}}
8
{{- $values = . -}}
0 commit comments