From 8453f1b2c8c859b46b60f3cd72583250bfeb84ed Mon Sep 17 00:00:00 2001 From: Alex Lebens Date: Tue, 16 Dec 2025 15:48:17 -0600 Subject: [PATCH] set count to 1 --- clusters/cl01tl/helm/rook-ceph/values.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/clusters/cl01tl/helm/rook-ceph/values.yaml b/clusters/cl01tl/helm/rook-ceph/values.yaml index 8f83adfe7..4168c3030 100644 --- a/clusters/cl01tl/helm/rook-ceph/values.yaml +++ b/clusters/cl01tl/helm/rook-ceph/values.yaml @@ -27,7 +27,7 @@ rook-ceph-cluster: tag: v19.2.3-20250717 cephClusterSpec: mgr: - count: 0 + count: 1 modules: - name: pg_autoscaler enabled: true