From 5dcd92db42807d5e8a9fdc627515c7ff57d8cea0 Mon Sep 17 00:00:00 2001 From: Alex Lebens Date: Fri, 12 Dec 2025 21:18:19 -0600 Subject: [PATCH] disable --- .../cl01tl/helm/matrix-synapse/values.yaml | 28 +++++++++---------- 1 file changed, 14 insertions(+), 14 deletions(-) diff --git a/clusters/cl01tl/helm/matrix-synapse/values.yaml b/clusters/cl01tl/helm/matrix-synapse/values.yaml index 22cee06c9..68fff68b0 100644 --- a/clusters/cl01tl/helm/matrix-synapse/values.yaml +++ b/clusters/cl01tl/helm/matrix-synapse/values.yaml @@ -32,18 +32,18 @@ matrix-synapse: - name: matrix-synapse-config-secret secret: secretName: matrix-synapse-config-secret - - name: matrix-hookshot-config-secret - secret: - secretName: matrix-hookshot-config-secret + # - 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 - - name: double-puppet-registration-secret - secret: - secretName: double-puppet-registration-secret + # - name: double-puppet-registration-secret + # secret: + # secretName: double-puppet-registration-secret extraVolumeMounts: - name: matrix-synapse-config-secret mountPath: /synapse/config/conf.d/oidc.yaml @@ -53,10 +53,10 @@ matrix-synapse: mountPath: /synapse/config/conf.d/config.yaml subPath: config.yaml readOnly: true - - name: matrix-hookshot-config-secret - mountPath: /synapse/config/conf.d/hookshot-registration.yaml - subPath: hookshot-registration.yaml - readOnly: true + # - name: matrix-hookshot-config-secret + # mountPath: /synapse/config/conf.d/hookshot-registration.yaml + # subPath: hookshot-registration.yaml + # readOnly: true # - name: mautrix-discord-config-secret # mountPath: /synapse/config/conf.d/mautrix-discord-registration.yaml # subPath: mautrix-discord-registration.yaml @@ -65,10 +65,10 @@ matrix-synapse: # mountPath: /synapse/config/conf.d/mautrix-whatsapp-registration.yaml # subPath: mautrix-whatsapp-registration.yaml # readOnly: true - - name: double-puppet-registration-secret - mountPath: /synapse/config/conf.d/double-puppet-registration.yaml - subPath: double-puppet-registration.yaml - readOnly: true + # - name: double-puppet-registration-secret + # mountPath: /synapse/config/conf.d/double-puppet-registration.yaml + # subPath: double-puppet-registration.yaml + # readOnly: true resources: requests: cpu: 10m