Automated Manifest Update (#2488)

This PR contains newly rendered Kubernetes manifests automatically generated by the CI workflow.

Reviewed-on: #2488
Co-authored-by: gitea-bot <gitea-bot@alexlebens.net>
Co-committed-by: gitea-bot <gitea-bot@alexlebens.net>
This commit was merged in pull request #2488.
This commit is contained in:
2025-12-13 19:30:11 +00:00
committed by Alex Lebens
parent 4c0bbcf390
commit fd4ff5493d
10 changed files with 290 additions and 2 deletions

View File

@@ -21,7 +21,7 @@ spec:
template:
metadata:
annotations:
checksum/config: dd867cbb882daaa24b433564e5063ecb025704d60f6cfbaad99d07e1a44e5c25
checksum/config: 99cc47bdaaa9abc66fa53ed857425c9b00984629e702ba1b8fb3619fdd4d7e6d
checksum/secrets: 77c25644da166bfcea38f650cda8968f95f472cde7bd328de2f211ded12b73d0
labels:
app.kubernetes.io/name: matrix-synapse
@@ -124,6 +124,10 @@ spec:
name: matrix-hookshot-config-secret
readOnly: true
subPath: hookshot-registration.yaml
- mountPath: /synapse/config/conf.d/mautrix-discord-registration.yaml
name: mautrix-discord-config-secret
readOnly: true
subPath: mautrix-discord-registration.yaml
- mountPath: /synapse/config/conf.d/mautrix-whatsapp-registration.yaml
name: mautrix-whatsapp-config-secret
readOnly: true
@@ -162,6 +166,9 @@ spec:
- name: matrix-hookshot-config-secret
secret:
secretName: matrix-hookshot-config-secret
- name: mautrix-discord-config-secret
secret:
secretName: mautrix-discord-config-secret
- name: mautrix-whatsapp-config-secret
secret:
secretName: mautrix-whatsapp-config-secret