mirror of
https://github.com/TeamPiped/Piped-Kubernetes.git
synced 2024-08-14 23:57:15 +00:00
Fixing end templates for backend..
This commit is contained in:
parent
a28df47fff
commit
12c05d246f
2 changed files with 2 additions and 2 deletions
|
@ -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:
|
||||
|
|
|
@ -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 = . -}}
|
||||
|
|
Loading…
Reference in a new issue