Closed slagle closed 5 months ago
[APPROVALNOTIFIER] This PR is APPROVED
This pull-request has been approved by: gibizer, slagle
The full list of commands accepted by this bot can be found here.
The pull request process is described here
/retest
could not run steps: step ansibleee-operator-build-deploy-kuttl failed: failed to wait for the created cluster claim to become ready: timed out waiting for the condition
Set RoleRef.APIGroup to fix reconcile loop
Without setting RoleRef.APIGroup, we keep updating RoleBinding since APIGroup will be set automatically, and dataplane-operator will unset it. Setting it explicitly fixes that loop.
Jira: https://issues.redhat.com/browse/OSPRH-7543 Signed-off-by: James Slagle jslagle@redhat.com