Skip to content

Commit f651e23

Browse files
PATCH: disable multikueue by default
1 parent 846df0c commit f651e23

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

config/rhoai/manager_config_patch.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ spec:
1212
args:
1313
- "--config=/controller_manager_config.yaml"
1414
- "--zap-log-level=2"
15-
- "--feature-gates=VisibilityOnDemand=false,LocalQueueMetrics=true"
15+
- "--feature-gates=VisibilityOnDemand=false,LocalQueueMetrics=true,MultiKueue=false"
1616
volumeMounts:
1717
- name: manager-config
1818
mountPath: /controller_manager_config.yaml

0 commit comments

Comments
 (0)