mirror of
https://github.com/truenas/charts.git
synced 2026-04-13 17:52:13 +08:00
7 lines
310 B
Smarty
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 -}}
|