Files
chart/library/ix-dev/community/vikunja/templates/_postgres.tpl
Stavros kois 1f7e2637dc add deps
2023-11-14 23:11:50 +02: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 -}}