From 13ee548a473b70caa4bdd1dff62c23f3f9608269 Mon Sep 17 00:00:00 2001 From: gitea-bot Date: Sat, 13 Dec 2025 03:26:16 +0000 Subject: [PATCH] Automated Manifest Update (#2475) This PR contains newly rendered Kubernetes manifests automatically generated by the CI workflow. Reviewed-on: https://gitea.alexlebens.dev/alexlebens/infrastructure/pulls/2475 Co-authored-by: gitea-bot Co-committed-by: gitea-bot --- .../matrix-synapse/Deployment-matrix-synapse.yaml | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/clusters/cl01tl/manifests/matrix-synapse/Deployment-matrix-synapse.yaml b/clusters/cl01tl/manifests/matrix-synapse/Deployment-matrix-synapse.yaml index c1161e5ec..d7651dede 100644 --- a/clusters/cl01tl/manifests/matrix-synapse/Deployment-matrix-synapse.yaml +++ b/clusters/cl01tl/manifests/matrix-synapse/Deployment-matrix-synapse.yaml @@ -120,6 +120,10 @@ spec: name: matrix-synapse-config-secret readOnly: true subPath: config.yaml + - mountPath: /synapse/config/conf.d/hookshot-registration.yaml + name: matrix-hookshot-config-secret + readOnly: true + subPath: hookshot-registration.yaml resources: requests: cpu: 10m @@ -147,3 +151,6 @@ spec: - name: matrix-synapse-config-secret secret: secretName: matrix-synapse-config-secret + - name: matrix-hookshot-config-secret + secret: + secretName: matrix-hookshot-config-secret