fix: wrong path
This commit is contained in:
@@ -80,27 +80,27 @@ matrix-synapse:
|
|||||||
readOnly: true
|
readOnly: true
|
||||||
subPath: config.yaml
|
subPath: config.yaml
|
||||||
- name: oidc-config
|
- name: oidc-config
|
||||||
mountPath: /synapse/config/conf.d/
|
mountPath: /synapse/config/conf.d/oidc.yaml
|
||||||
mountPropagation: None
|
mountPropagation: None
|
||||||
readOnly: true
|
readOnly: true
|
||||||
subPath: oidc.yaml
|
subPath: oidc.yaml
|
||||||
- name: hookshot-config
|
- name: hookshot-config
|
||||||
mountPath: /synapse/config/conf.d/
|
mountPath: /synapse/config/conf.d/hookshot-registration.yaml
|
||||||
mountPropagation: None
|
mountPropagation: None
|
||||||
readOnly: true
|
readOnly: true
|
||||||
subPath: hookshot-registration.yaml
|
subPath: hookshot-registration.yaml
|
||||||
- name: mautrix-discord-config
|
- name: mautrix-discord-config
|
||||||
mountPath: /synapse/config/conf.d/
|
mountPath: /synapse/config/conf.d/mautrix-discord-registration.yaml
|
||||||
mountPropagation: None
|
mountPropagation: None
|
||||||
readOnly: true
|
readOnly: true
|
||||||
subPath: mautrix-discord-registration.yaml
|
subPath: mautrix-discord-registration.yaml
|
||||||
- name: mautrix-whatsapp-config
|
- name: mautrix-whatsapp-config
|
||||||
mountPath: /synapse/config/conf.d/
|
mountPath: /synapse/config/conf.d/mautrix-whatsapp-registration.yaml
|
||||||
mountPropagation: None
|
mountPropagation: None
|
||||||
readOnly: true
|
readOnly: true
|
||||||
subPath: mautrix-whatsapp-registration.yaml
|
subPath: mautrix-whatsapp-registration.yaml
|
||||||
- name: double-puppet-config
|
- name: double-puppet-config
|
||||||
mountPath: /synapse/config/conf.d/
|
mountPath: /synapse/config/conf.d/double-puppet-registration.yaml
|
||||||
mountPropagation: None
|
mountPropagation: None
|
||||||
readOnly: true
|
readOnly: true
|
||||||
subPath: double-puppet-registration.yaml
|
subPath: double-puppet-registration.yaml
|
||||||
|
|||||||
Reference in New Issue
Block a user