Skip to content

Fix undefined volume containing Postgres SSL certificate

Installation of the chart, configured in such a way that GitLab connects to external Postgres database using an SSL certificate fails. This is because the reference to the volumeMount containing SSL certificate and key (gitlab.psql.ssl.volumeMount) is present in the gitlab-exporter deployment but the reference to the volume itself (gitlab.psql.ssl.volume) is missing. gitlab-exporter differs in this regard from other deployments (e.g., sidekiq or unicorn).

Merge request reports