concourse-chart
concourse-chart copied to clipboard
fix: Change the "userIDFieldPerConnector" parameter's place
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
- Change the parameter
userIDFieldPerConnectorto the correct place, which isconcourse.web.auth.userIDFieldPerConnectorinstead ofconcourse.web.auth.mainTeam.userIDFieldPerConnector(or the opposite, if that's what is decided. But in that case it shouldn't go to themasterbranch).
Contributor Checklist
- [x] Variables are documented in the
README.md - [x] Which branch are you merging into?
masteris for changes related to the current release of theconcourse/concourse:latestimage and should be good to publish immediatelydevis for changes related to the next release of Concourse (aka unpublished code onmasterin concourse/concourse)
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? (
masterordev)