mirror of
https://github.com/TeamPiped/Piped-Kubernetes.git
synced 2024-12-12 21:30:39 +05:30
Fixing end templates for backend
This commit is contained in:
parent
ac75108ad0
commit
a28df47fff
@ -10,7 +10,7 @@ sources:
|
|||||||
- https://github.com/TeamPiped/piped-proxy
|
- https://github.com/TeamPiped/piped-proxy
|
||||||
keywords:
|
keywords:
|
||||||
- streaming
|
- streaming
|
||||||
version: 5.1.2
|
version: 5.1.3
|
||||||
appVersion: latest
|
appVersion: latest
|
||||||
kubeVersion: ">=1.22.0-0"
|
kubeVersion: ">=1.22.0-0"
|
||||||
maintainers:
|
maintainers:
|
||||||
@ -28,4 +28,4 @@ dependencies:
|
|||||||
annotations:
|
annotations:
|
||||||
artifacthub.io/changes: |-
|
artifacthub.io/changes: |-
|
||||||
- kind: fixed
|
- kind: fixed
|
||||||
description: Pod templates for addionalContainers values, part three.
|
description: backend env var related templates
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
# piped
|
# 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.
|
Piped is an alternative privacy-friendly YouTube frontend which is efficient by design.
|
||||||
|
|
||||||
|
@ -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.common_env -}}
|
{{- $values := merge .Values.backend.env -}}
|
||||||
{{- if hasKey . "ObjectValues" -}}
|
{{- if hasKey . "ObjectValues" -}}
|
||||||
{{- with .ObjectValues.env -}}
|
{{- with .ObjectValues.env -}}
|
||||||
{{- $values = . -}}
|
{{- $values = . -}}
|
||||||
@ -40,4 +40,4 @@ Environment variables used by containers.
|
|||||||
{{- end -}}
|
{{- end -}}
|
||||||
{{- toYaml (dict "env" $result) | nindent 0 -}}
|
{{- toYaml (dict "env" $result) | nindent 0 -}}
|
||||||
{{- end -}}
|
{{- end -}}
|
||||||
{{- end -}}
|
{{- end -}}
|
||||||
|
Loading…
Reference in New Issue
Block a user