Files
chart/community/freshrss/1.1.9/templates/_postgres.tpl
2024-01-22 14:14:24 +00:00

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 -}}