mirror of
https://github.com/matrix-org/dendrite.git
synced 2025-02-12 05:54:29 -06:00
As discussed yesterday, a simplified version of [my helm](https://github.com/S7evinK/dendrite-helm) which deploys a monolith with internal NATS and an optionally enabled PostgreSQL server. If the PostgreSQL dependency is not enabled, a user specified connection string is constructed. Co-authored-by: kegsay <kegan@matrix.org>
13 lines
497 B
Go Template
13 lines
497 B
Go Template
{{ template "chart.header" . }}
|
|
{{ template "chart.deprecationWarning" . }}
|
|
{{ template "chart.badgesSection" . }}
|
|
{{ template "chart.description" . }}
|
|
{{ template "chart.state" . }}
|
|
{{ template "chart.about" . }}
|
|
{{ template "chart.dbCreation" . }}
|
|
{{ template "chart.appservices" . }}
|
|
{{ template "chart.maintainersSection" . }}
|
|
{{ template "chart.sourcesSection" . }}
|
|
{{ template "chart.requirementsSection" . }}
|
|
{{ template "chart.valuesSection" . }}
|
|
{{ template "helm-docs.versionFooter" . }} |