Files
chart/community/vikunja/2.0.4/templates/_postgres.tpl
2024-12-23 14:35:52 +00:00

7 lines
310 B
Smarty

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