diff --git a/clusters/cl01tl/helm/matrix-synapse/values.yaml b/clusters/cl01tl/helm/matrix-synapse/values.yaml index bd45d1fac..ee7d43cff 100644 --- a/clusters/cl01tl/helm/matrix-synapse/values.yaml +++ b/clusters/cl01tl/helm/matrix-synapse/values.yaml @@ -80,27 +80,27 @@ matrix-synapse: readOnly: true subPath: config.yaml - name: oidc-config - mountPath: /synapse/config/conf.d/ + mountPath: /synapse/config/conf.d/oidc.yaml mountPropagation: None readOnly: true subPath: oidc.yaml - name: hookshot-config - mountPath: /synapse/config/conf.d/ + mountPath: /synapse/config/conf.d/hookshot-registration.yaml mountPropagation: None readOnly: true subPath: hookshot-registration.yaml - name: mautrix-discord-config - mountPath: /synapse/config/conf.d/ + mountPath: /synapse/config/conf.d/mautrix-discord-registration.yaml mountPropagation: None readOnly: true subPath: mautrix-discord-registration.yaml - name: mautrix-whatsapp-config - mountPath: /synapse/config/conf.d/ + mountPath: /synapse/config/conf.d/mautrix-whatsapp-registration.yaml mountPropagation: None readOnly: true subPath: mautrix-whatsapp-registration.yaml - name: double-puppet-config - mountPath: /synapse/config/conf.d/ + mountPath: /synapse/config/conf.d/double-puppet-registration.yaml mountPropagation: None readOnly: true subPath: double-puppet-registration.yaml