concourse / concourse-chart

Helm chart to install Concourse
Apache License 2.0
145 stars 177 forks source link

Remove bad volumes section from concourse.web.initContainers #210

Closed jghiloni closed 3 years ago

jghiloni commented 3 years ago

Why do we need this PR?

Only one volumes entry is allowed for a pod spec, and it already exists for the web deployment, and already has the same keys and values as the newly introduced volumes section to the initContainer that provides the migration work.

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)