ploigos / ploigos-software-factory-operator

33 stars 22 forks source link

Wait for the 'status' field to exist before querying CR conditions. #154

Closed adamgoossens closed 3 years ago

adamgoossens commented 3 years ago

Without this, if we get to the check before the corresponding Operator has taken over the resource then the status field will not exist, and we will fail the playbook unnecessarily. Checking for the existence of the 'status' field before querying the conditions is enough to avoid that.