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
The limitador-operator Deployment uses a generic control-plane: controller-manager selector that collides with the kuadrant-operator when both run in the same namespace. Use a unique selector.
Acceptance Criteria
Deployment selector uses a unique label (e.g. app: limitador-operator or similar)
No collision with kuadrant-operator or other child operators in the same namespace
Summary
The limitador-operator Deployment uses a generic
control-plane: controller-managerselector that collides with the kuadrant-operator when both run in the same namespace. Use a unique selector.Acceptance Criteria
app: limitador-operatoror similar)References