shakacode / control-plane-flow

The power of Kubernetes with the ease of Heroku! Our playbook for migrating from Heroku to Control Plane, controlplane.com, and our cpflow CLI source
Other
43 stars 2 forks source link

Keep ENV synced between original and runner workloads #195

Closed rafaelgomesxyz closed 5 months ago

rafaelgomesxyz commented 5 months ago

ENV values are currently copied from the original workload to the runner workload when the runner workload is created, and are never updated again. We should check if the values have changed and update the runner workload.