concourse / concourse-chart

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

fix: Change the "userIDFieldPerConnector" parameter's place #346

Open pedrodsrodrigues opened 1 year ago

pedrodsrodrigues commented 1 year ago

Why do we need this PR?

The concourse-chart/templates/web-deployment.yaml file is looking for Values.concourse.web.auth.userIDFieldPerConnector but the parameter is in concourse.web.auth.mainTeam.userIDFieldPerConnector, according to the documentation.

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)