Feature request: configuration of mutual tls between Gitlab and database
We are connecting our self hosted Gitlab instance with the database using mutual tls.
While Gitlab itself can use client certificates very well, as far as I see the Helm charts does not offer configuration options for this.
Thus we are patching the Helm charts to add those options at the moment (before applying it).
But it would be even better to have this patches integrated in the official charts.
The patched charts can be found here: https://gitlab.com/lukasgr90/gitlabhelmfork
I tried to create a merge request to this project by E-Mail, but it failed (and I'm currently figuring out the reason with the support team).