mirror of
https://github.com/truenas/charts.git
synced 2026-04-13 17:52:13 +08:00
* add `freshrss` to `community` train * add initial templates * fix pat * whops * run as 33 * requires root * more caps * dont wait for pvc to bind for future jobs * do the installation * create user * add cron * add questions * remove group * fix password field * add smb * add size var
7 lines
320 B
Smarty
7 lines
320 B
Smarty
{{- define "freshrss.postgres.workload" -}}
|
|
workload:
|
|
{{- include "ix.v1.common.app.postgres" (dict "secretName" "postgres-creds"
|
|
"resources" .Values.resources
|
|
"ixChartContext" .Values.ixChartContext) | nindent 2 }}
|
|
{{- end -}}
|