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
|
|
@ -2,7 +2,7 @@
|
|||
Environment variables used by containers.
|
||||
*/}}
|
||||
{{- define "backend.controller.env_vars" -}}
|
||||
{{- $values := merge .Values.backend.env -}}
|
||||
{{- $values := .Values.backend.env | default dict -}}
|
||||
{{- if hasKey . "ObjectValues" -}}
|
||||
{{- with .ObjectValues.env -}}
|
||||
{{- $values = . -}}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue