From 5c251d83b5a36e218edcbc2256aafb90d57439e8 Mon Sep 17 00:00:00 2001 From: Alex Lebens Date: Fri, 12 Dec 2025 21:26:27 -0600 Subject: [PATCH] add double puppet --- clusters/cl01tl/helm/matrix-synapse/values.yaml | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/clusters/cl01tl/helm/matrix-synapse/values.yaml b/clusters/cl01tl/helm/matrix-synapse/values.yaml index d1c0ef710..22cee06c9 100644 --- a/clusters/cl01tl/helm/matrix-synapse/values.yaml +++ b/clusters/cl01tl/helm/matrix-synapse/values.yaml @@ -41,9 +41,9 @@ matrix-synapse: # - 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 @@ -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