Fixing end templates for backend..

This commit is contained in:
Skyler Mäntysaari 2024-04-05 09:27:36 +03:00
parent a28df47fff
commit 12c05d246f
2 changed files with 2 additions and 2 deletions

View File

@ -10,7 +10,7 @@ sources:
- https://github.com/TeamPiped/piped-proxy
keywords:
- streaming
version: 5.1.3
version: 5.1.4
appVersion: latest
kubeVersion: ">=1.22.0-0"
maintainers:

View File

@ -2,7 +2,7 @@
Environment variables used by containers.
*/}}
{{- define "backend.controller.env_vars" -}}
{{- $values := merge .Values.backend.env -}}
{{- $values := .Values.backend.env | default dict -}}
{{- if hasKey . "ObjectValues" -}}
{{- with .ObjectValues.env -}}
{{- $values = . -}}