You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Allow require_resources to match all resources of a kind
require_resources rejected a selector with neither match_name nor
match_labels set. Crossplane now treats such a selector as matching all
resources of the given apiVersion and kind (crossplane/crossplane#7241).
This change relaxes the validation to only reject match_name and
match_labels both being set.
Signed-off-by: Nic Cope <nicc@rk0n.org>
0 commit comments