atlassian / smith

Smith is a Kubernetes workflow engine / resource manager
Apache License 2.0
285 stars 24 forks source link

Reprocess Bundles with Deployments when referred Secret/ConfigMaps change #394

Closed ash2k closed 5 years ago

ash2k commented 5 years ago

Currently we don't have a reverse index from ConfigMap/Secret objects to the Bundles which have Deployments that use those objects. So when ConfigMap/Secret objects change, the Bundle that contain affected Deployment(s) are not re-enqueued.