diff --git a/clusters/cl01tl/helm/matrix-synapse/values.yaml b/clusters/cl01tl/helm/matrix-synapse/values.yaml index 68fff68b0..d1c0ef710 100644 --- a/clusters/cl01tl/helm/matrix-synapse/values.yaml +++ b/clusters/cl01tl/helm/matrix-synapse/values.yaml @@ -32,9 +32,9 @@ 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 @@ -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