Files
chart/library/ix-dev/community/invidious/templates/_postgres.tpl
Stavros Kois aa399c5be9 Adds Invidious (#2017)
* initial commit

* add readme

* add templates

* update templates

* add metadata

* update ui

* allow custom config

* whops

* rootless

* bump common

* clean up metadata
2024-01-11 13:13:18 +02:00

7 lines
311 B
Smarty

{{- define "postgres.workload" -}}
workload:
{{- include "ix.v1.common.app.postgres" (dict "secretName" "postgres-creds"
"resources" .Values.resources
"ixChartContext" .Values.ixChartContext) | nindent 2 }}
{{- end -}}