cloudfoundry / eirini-release

Helm release for Project Eirini
Apache License 2.0
36 stars 34 forks source link

Remove the `completionCallback` property from the Task CR #198

Closed danail-branekov closed 3 years ago

danail-branekov commented 3 years ago

The callback URL is only used by CC. In a CRD world, one should monitor the custom resource, rather than expect being called back.

Implementation note

As we do this, we should also make sure task-reporter doesn't try to report on tasks created through the Task CRD.