mirror of
https://github.com/truenas/charts.git
synced 2026-04-04 11:20:18 +08:00
* add `planka` to `community` train * lock file * add initial tempaltes * add service * fix url * update portal * test * metadata * questions * typo * add validation * typo * fix logic * switch to uri type * update description * bump common
7 lines
311 B
Smarty
7 lines
311 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 -}}
|