Files
chart/community/immich/1.0.21/templates/_postgres.tpl
2023-09-15 11:49:35 +00:00

8 lines
312 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 -}}