mirror of
https://github.com/truenas/charts.git
synced 2026-04-07 12:48:56 +08:00
* initial commit * add templates and values * whops * remove caps * metadata + read me * add more tests * add questions and validation * add group
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 -}}
|