strangelove-ventures / cosmos-operator

Cosmos Operator is a kubernetes operator for managing cosmos nodes
Apache License 2.0
80 stars 19 forks source link

fix(CosmosFullNode): Cached pods need to look for synced status #332

Closed DavidNix closed 1 year ago

DavidNix commented 1 year ago

I used the wrong method and the unit tests missed this scenario. 🤦 Tests have been updated to catch it now.

Closes https://github.com/strangelove-ventures/cosmos-operator/issues/328