mirror of
https://github.com/TeamPiped/Piped-Kubernetes.git
synced 2024-12-13 13:50:40 +05:30
Fixing end templates for backend..
This commit is contained in:
parent
a28df47fff
commit
12c05d246f
@ -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 New Issue
Block a user