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
|
- https://github.com/TeamPiped/piped-proxy
|
||||||
keywords:
|
keywords:
|
||||||
- streaming
|
- streaming
|
||||||
version: 5.1.3
|
version: 5.1.4
|
||||||
appVersion: latest
|
appVersion: latest
|
||||||
kubeVersion: ">=1.22.0-0"
|
kubeVersion: ">=1.22.0-0"
|
||||||
maintainers:
|
maintainers:
|
||||||
|
|
|
@ -2,7 +2,7 @@
|
||||||
Environment variables used by containers.
|
Environment variables used by containers.
|
||||||
*/}}
|
*/}}
|
||||||
{{- define "backend.controller.env_vars" -}}
|
{{- define "backend.controller.env_vars" -}}
|
||||||
{{- $values := merge .Values.backend.env -}}
|
{{- $values := .Values.backend.env | default dict -}}
|
||||||
{{- if hasKey . "ObjectValues" -}}
|
{{- if hasKey . "ObjectValues" -}}
|
||||||
{{- with .ObjectValues.env -}}
|
{{- with .ObjectValues.env -}}
|
||||||
{{- $values = . -}}
|
{{- $values = . -}}
|
||||||
|
|
Loading…
Reference in a new issue