Fixing end templates for backend

This commit is contained in:
Skyler Mäntysaari 2024-04-05 09:06:27 +03:00
parent ac75108ad0
commit a28df47fff
3 changed files with 5 additions and 5 deletions

View File

@ -10,7 +10,7 @@ sources:
- https://github.com/TeamPiped/piped-proxy
keywords:
- streaming
version: 5.1.2
version: 5.1.3
appVersion: latest
kubeVersion: ">=1.22.0-0"
maintainers:
@ -28,4 +28,4 @@ dependencies:
annotations:
artifacthub.io/changes: |-
- kind: fixed
description: Pod templates for addionalContainers values, part three.
description: backend env var related templates

View File

@ -1,6 +1,6 @@
# piped
![Version: 5.1.2](https://img.shields.io/badge/Version-5.1.2-informational?style=flat-square) ![AppVersion: latest](https://img.shields.io/badge/AppVersion-latest-informational?style=flat-square)
![Version: 5.1.3](https://img.shields.io/badge/Version-5.1.3-informational?style=flat-square) ![AppVersion: latest](https://img.shields.io/badge/AppVersion-latest-informational?style=flat-square)
Piped is an alternative privacy-friendly YouTube frontend which is efficient by design.

View File

@ -2,7 +2,7 @@
Environment variables used by containers.
*/}}
{{- define "backend.controller.env_vars" -}}
{{- $values := merge .Values.backend.env .Values.common_env -}}
{{- $values := merge .Values.backend.env -}}
{{- if hasKey . "ObjectValues" -}}
{{- with .ObjectValues.env -}}
{{- $values = . -}}
@ -40,4 +40,4 @@ Environment variables used by containers.
{{- end -}}
{{- toYaml (dict "env" $result) | nindent 0 -}}
{{- end -}}
{{- end -}}
{{- end -}}