concourse / concourse-chart

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

Pv selector #259

Closed adwski closed 3 years ago

adwski commented 3 years ago

Why do we need this PR?

In some cases (like bare metal k8s) you want to assign label selector to claim template to be able to select among different manually created PVs.

Changes proposed in this pull request

Selector field is added to pvc template inside worker sts template. By default corresponding value is commented in values.yaml.

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)