Files
chart/community/vikunja/2.0.1/templates/_postgres.tpl
2024-09-21 05:51:49 +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 -}}