Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
constellation-node-operator: don't bail out on listing errors
If the GCP project has scaling groups for which our checks can't be performed (which is the case for regional scaling groups, as they "don't exist" for the operator, if deployed in another region) . In that case, we should not bail out directly but go on with the next group. An error should only be thrown if there are no matching groups at all.
- Loading branch information