linode / provider-ceph

Provider Ceph is a Crossplane provider capable of managing S3 Buckets on one or more Ceph clusters.
Apache License 2.0
19 stars 3 forks source link

Use input list of provider names instead of that in spec #267

Closed nolancon closed 5 months ago

nolancon commented 5 months ago

Description of your changes

Fix a bug where we were iterating over the list of providers in the Bucket Spec instead of iterating over an up-to-date list. The providers listed in the bucket spec will often be empty by default, resulting in the looped check to be skipped.

I have:

How has this code been tested

Exiting CI + unit tests