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
Move queueType default selection to infra-operator
This commit implements the following:
- switches the default queueType value to None (instead of Mirrored)
- adds logic to the webhook so that when queueType=None this is instead
set to "Quorum"
This would allow us to:
- set a sane default for new clusters, unless the user decides
otherwise
- preserve existing clusters where queueType=Mirrored is configured
- orchestrate migration from Mirrored to Quorum by adding logic that
would react to the change of value
Jira: https://issues.redhat.com/browse/OSPRH-21039
0 commit comments