concourse / concourse-chart

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

Add trace flags to worker #272

Closed taylorsilva closed 3 years ago

taylorsilva commented 3 years ago

added in concourse/concourse#7487

Contributor Checklist

taylorsilva commented 3 years ago

@muntac that only applies to the k8s specific stuff. None of the Concourse flags/env vars are in the README.

That actually made me notice that the containerd stuff looks like it may be in the wrong section...

taylorsilva commented 3 years ago

ah okay it's not!

So all the flags/env vars fall under the concourse.<worker/web> key. All the k8s specific stuff is under the top-level web or worker keys.

Looks like the README has the containerd stuff listed under worker.containerd. when it should be concourse.worker.containerd. Oops!