Decouples the extraInitContainers and cleanUpWorkDirOnStart variables. Currently it is impossible to have an extraInitContainer without also having the init-rm container
Changes proposed in this pull request
Slightly changed conditionality around the initContainers in the statefulset yaml
Contributor Checklist
[x] Variables are documented in the README.md
[x] Which branch are you merging into?
master is for changes related to the current release of the concourse/concourse:latest image and should be good to publish immediately
dev is for changes related to the next release of Concourse (aka unpublished code on master in concourse/concourse)
merging into master
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)
Why do we need this PR?
Decouples the extraInitContainers and cleanUpWorkDirOnStart variables. Currently it is impossible to have an extraInitContainer without also having the init-rm container
Changes proposed in this pull request
Slightly changed conditionality around the initContainers in the statefulset yaml
Contributor Checklist
README.md
master
is for changes related to the current release of theconcourse/concourse:latest
image and should be good to publish immediatelydev
is for changes related to the next release of Concourse (aka unpublished code onmaster
in concourse/concourse)merging into master
Reviewer Checklist