matrix-org / matrix-hookshot

A bridge between Matrix and multiple project management services, such as GitHub, GitLab and JIRA.
https://matrix-org.github.io/matrix-hookshot/
Apache License 2.0
283 stars 68 forks source link

Helm Chart inconsistencies #834

Open HarHarLinks opened 11 months ago

HarHarLinks commented 11 months ago

The Helm Chart or at least its documentation is inconsistent both with the rest of the documentation and in itself.

For example, 9002 is given as both the Appservice Port and the Widget Listener Port, when only the latter seems to be correct.

Much of this can be alleviated if templating was properly used, e.g. the same value for this port would be only defined exactly once in values.yml and then be used in any relevant places in the templates.

helletheone commented 10 months ago

any updates here?