concourse / concourse-chart

Helm chart to install Concourse
Apache License 2.0
143 stars 176 forks source link

Allow adding custom worker certs that all container can inherit #244

Closed xtremerui closed 3 years ago

xtremerui commented 3 years ago

Existing Issue

Fixes #https://github.com/concourse/concourse-chart/issues/211.

Changes proposed in this pull request

User will be able to config a .pem file that contains additional certs that could be added to worker certs pool by specifying a path (default to /etc/ssl/certs/worker-certs.pem). Notice the path has to be a file so it could be additional other than replacing entire /etc/ssl/certs directory.

Contributor Checklist

Reviewer Checklist

taylorsilva commented 3 years ago

I'm taking over this PR since Rui is on leave.