Skip to content

Commit

Permalink
Move appservice-registration.irc.yaml.erb -> synapse-config
Browse files Browse the repository at this point in the history
  • Loading branch information
encadyma committed May 1, 2020
1 parent 0076237 commit fa9b7bd
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 8 deletions.
2 changes: 1 addition & 1 deletion Jenkinsfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
servicePipeline(
upstreamProjects: ['dockers/master'],
upstreamProjects: [],
)

// vim: ft=groovy
2 changes: 1 addition & 1 deletion kubernetes/secrets/synapse-config/homeserver.yaml.erb
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ enable_metrics: true
report_stats: false

app_service_config_files:
- /etc/matrix-bridge/appservice-registration-irc.yaml
- /etc/matrix-synapse/appservice-registration-irc.yaml

macaroon_secret_key: "<%= macaroon_secret_key %>"

Expand Down
6 changes: 0 additions & 6 deletions kubernetes/synapse.yml.erb
Original file line number Diff line number Diff line change
Expand Up @@ -37,9 +37,6 @@ spec:
- name: synapse-config
mountPath: /etc/matrix-synapse
readOnly: true
- name: bridge-config
mountPath: /etc/matrix-bridge
readOnly: true
- name: matrix-secrets
mountPath: /etc/matrix-shared
readOnly: true
Expand All @@ -53,9 +50,6 @@ spec:
- name: synapse-config
secret:
secretName: synapse-config
- name: bridge-config
secret:
secretName: bridge-config
- name: matrix-secrets
hostPath:
path: /opt/share/kubernetes/secrets/matrix
Expand Down

0 comments on commit fa9b7bd

Please sign in to comment.