mirror of
https://github.com/truenas/charts.git
synced 2026-04-23 18:10:06 +08:00
* init commit * add `passbolt` to `community` train * roofs * mount var run * probes * try init user * fix app url * add metadata * remove init user * add questions and revert to user 33 * plump hostnet and add hostnet values for ci * fix perms and UI
7 lines
317 B
Smarty
7 lines
317 B
Smarty
{{- define "passbolt.mariadb.workload" -}}
|
|
workload:
|
|
{{- include "ix.v1.common.app.mariadb" (dict "secretName" "mariadb-creds"
|
|
"resources" .Values.resources
|
|
"ixChartContext" .Values.ixChartContext) | nindent 2 }}
|
|
{{- end -}}
|