Files
chart/library/ix-dev/community/listmonk/templates/_postgres.tpl
Stavros Kois 0bd1b519c4 Add listmonk to community train (#1633)
* initial commit

* add templates

* add description

* more ci values

* add description

* add readme

* probe path

* run 1 test only

* fix init

* hmm

* I see

* test this

* add questions and metadata

* fix path
2023-10-14 23:20:39 +03:00

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