concourse / concourse-bosh-deployment

A toolchain for deploying Concourse with BOSH.
Apache License 2.0
86 stars 155 forks source link

Add ops file to allow for adding external worker keys #206

Closed derwei closed 4 years ago

derwei commented 4 years ago

Our team has to manually modify concourse.yml to add in the external_worker_authorized_keys. We thought adding this ops file may help others who do the same.

I did not see a way to append a value to a string, so in this PR, I just overwrite the string. Please let me know if there is a better way to do this.