* Make secrets optional, eliminate configmap.
Provide a way to opt out of managing secrets in helm values.
The configmap introduced needless repetition, mapping values directly to
environment variables is a simpler approach.
* Don't store postgresql user as a secret
* Add missing documentation for values introduced in this and previous PRs
Also fix encryption key values key in secrets, and rename credentialManager.vault.caCert to credentialManager.vault.useCaCert for clarity
* [stable/concourse] bump postgresql dependency to v0.8.11
* Remove redundant default template function calls
* Flatten secret values
Use a helper to produce more informative errors when secret values are required
* Add support for using k8s secrets as a credential manager.
Add rbac support for secret access from web pods to to team specific
namespaces.
Upgrade to Concourse 3.9.0
* Write the liveness probe log to /tmp instead of /concourse-work-dir
If the worker runs out of disk space, logs will stop tee-ing to
/concourse-work-dir/.liveness_probe because it's on the same persistent
volume, and the condition won't be detected.
* Add OWNERS file
Contributors, reviewers and approvers of PRs to this chart who are also
kubernetes github org members.
* fix typos
* see if btrfs works in e2e test
* Stick with naive FS driver since its the most compatible
* Fix#3407, make docs reflect actual value
* Remove core maintainers from local OWNERS
The maintainers have OWNER on the top level of the repo already