From 821aa7d7952da99a991db50bd3530e782844d191 Mon Sep 17 00:00:00 2001 From: smiletan Date: Tue, 17 Jun 2025 11:47:01 +0800 Subject: [PATCH] default start reconcile ddc --- config/operator/operator.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/config/operator/operator.yaml b/config/operator/operator.yaml index ca859f87..db73b990 100644 --- a/config/operator/operator.yaml +++ b/config/operator/operator.yaml @@ -527,6 +527,8 @@ spec: env: - name: ENABLE_WEBHOOK value: "false" + - name: START_DISAGGREGATED_OPERATOR + value: "true" - name: OPERATOR_NAMESPACE valueFrom: fieldRef: