stitchfix / flotilla-os

Open source Flotilla
Apache License 2.0
192 stars 10 forks source link

Fix task updates #494

Closed oz-r closed 6 months ago

oz-r commented 6 months ago

PROBLEM

Task statuses are not updated some scenarios where they should be. Conditional compares pointer values of podName, not literal values.

SOLUTION