mirror of
https://github.com/truenas/charts.git
synced 2026-05-03 18:44:09 +08:00
* initial commit * add some templates * add common and templates * update strategy * fix tempaltes * fix host * add metadata * add readme * fix probe * add questiosn * typo * quote * disable by default the redirect * add another test * rename service * remove todo * fix backend url and questions
7 lines
308 B
Smarty
7 lines
308 B
Smarty
{{- define "mariadb.workload" -}}
|
|
workload:
|
|
{{- include "ix.v1.common.app.mariadb" (dict "secretName" "mariadb-creds"
|
|
"resources" .Values.resources
|
|
"ixChartContext" .Values.ixChartContext) | nindent 2 }}
|
|
{{- end -}}
|