mirror of
https://github.com/TeamPiped/Piped-Kubernetes.git
synced 2024-12-13 13:50:40 +05:30
fix(ytproxy): Fix the template for env variables.
This commit is contained in:
parent
aa26fdf378
commit
c17ececc3f
@ -10,7 +10,7 @@ sources:
|
|||||||
- https://github.com/TeamPiped/piped-proxy
|
- https://github.com/TeamPiped/piped-proxy
|
||||||
keywords:
|
keywords:
|
||||||
- streaming
|
- streaming
|
||||||
version: 5.0.1
|
version: 5.0.2
|
||||||
appVersion: latest
|
appVersion: latest
|
||||||
kubeVersion: ">=1.22.0-0"
|
kubeVersion: ">=1.22.0-0"
|
||||||
maintainers:
|
maintainers:
|
||||||
@ -27,5 +27,5 @@ dependencies:
|
|||||||
condition: postgresql.enabled
|
condition: postgresql.enabled
|
||||||
annotations:
|
annotations:
|
||||||
artifacthub.io/changes: |-
|
artifacthub.io/changes: |-
|
||||||
- kind: changed
|
- kind: fixed
|
||||||
description: Upgraded `postgresql` chart dependency to version 13.2.30
|
description: ytproxy env variable template
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
# piped
|
# piped
|
||||||
|
|
||||||
![Version: 5.0.1](https://img.shields.io/badge/Version-5.0.1-informational?style=flat-square) ![AppVersion: latest](https://img.shields.io/badge/AppVersion-latest-informational?style=flat-square)
|
![Version: 5.0.2](https://img.shields.io/badge/Version-5.0.2-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.
|
||||||
|
|
||||||
@ -125,4 +125,4 @@ The following table contains an overview of available values and their descripti
|
|||||||
</details>
|
</details>
|
||||||
|
|
||||||
----------------------------------------------
|
----------------------------------------------
|
||||||
Autogenerated from chart metadata using [helm-docs v1.11.0](https://github.com/norwoodj/helm-docs/releases/v1.11.0)
|
Autogenerated from chart metadata using [helm-docs v1.13.1](https://github.com/norwoodj/helm-docs/releases/v1.13.1)
|
||||||
|
@ -2,7 +2,7 @@
|
|||||||
Environment variables used by containers.
|
Environment variables used by containers.
|
||||||
*/}}
|
*/}}
|
||||||
{{- define "ytproxy.controller.env_vars" -}}
|
{{- define "ytproxy.controller.env_vars" -}}
|
||||||
{{- $values := merge .Values.ytproxy.env .Values.common_env -}}
|
{{- $values := merge .Values.ytproxy.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