mirror of
https://github.com/1f349/dendrite.git
synced 2024-11-29 07:01:32 +00:00
01dd02dad2
Adds configuration for additional volumes / volumeMounts to the Dendrite pod to inject configuration / secrets outside of the chart's templates ### Pull Request Checklist * [x] I have added Go unit tests or [Complement integration tests](https://github.com/matrix-org/complement) for this PR _or_ I have justified why this PR doesn't need tests - Helm chart changes * [x] Pull request includes a [sign off below using a legally identifiable name](https://matrix-org.github.io/dendrite/development/contributing#sign-off) _or_ I have already signed off privately Signed-off-by: Rhea Danzey <rdanzey@element.io> --------- Signed-off-by: Rhea Danzey <rdanzey@element.io> Co-authored-by: Till <2353100+S7evinK@users.noreply.github.com> [skip ci]
20 lines
414 B
YAML
20 lines
414 B
YAML
apiVersion: v2
|
|
name: dendrite
|
|
version: "0.12.2"
|
|
appVersion: "0.12.0"
|
|
description: Dendrite Matrix Homeserver
|
|
type: application
|
|
keywords:
|
|
- matrix
|
|
- chat
|
|
- homeserver
|
|
- dendrite
|
|
home: https://github.com/matrix-org/dendrite
|
|
sources:
|
|
- https://github.com/matrix-org/dendrite
|
|
dependencies:
|
|
- name: postgresql
|
|
version: 12.1.7
|
|
repository: https://charts.bitnami.com/bitnami
|
|
condition: postgresql.enabled
|