Files
chart/library/ix-dev/community/castopod/templates/_mariadb.tpl
Stavros Kois f4a842b162 Add castopod to incubator train (#1598)
* 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
2023-10-05 15:12:05 +03:00

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