Files
chart/library/ix-dev/community/passbolt/templates/_mariadb.tpl
Stavros Kois 7513fcf82b add passbolt to community train (#1650)
* 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
2023-10-20 23:59:13 +03:00

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 -}}