Files
chart/library/ix-dev/community/linkding/templates/_postgres.tpl
Stavros Kois 30dba18b12 Add linkding to community train (#1582)
* initial commit

* add templates and values

* whops

* remove caps

* metadata + read me

* add more tests

* add questions and validation

* add group
2023-09-28 17:58:28 +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 -}}