concourse / concourse-chart

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

fix: remove defaultMode for mounted volumes #363

Closed corang closed 1 month ago

corang commented 1 month ago

Existing Issue

None currently

Why do we need this PR?

Concourse currently requires to run as root in kubernetes, this boils down to defaultMode being forced on via the helm template, as if you change the uid/gid to anything other than 0:0 (root) it cannot be read.

Changes proposed in this pull request

Contributor Checklist

Reviewer Checklist

This section is intended for the core maintainers only, to track review progress. Please do not fill out this section.

  • [ ] Code reviewed
  • [ ] Topgun tests run
  • [ ] Back-port if needed
  • [ ] Is the correct branch targeted? (master or dev)