From 6ffce0723073ba8294f72af6689ce8e74e2c0d31 Mon Sep 17 00:00:00 2001 From: Scooby Husky Date: Tue, 10 Mar 2026 06:37:44 -0500 Subject: [PATCH] Disable auto-sync for rook-ceph-operator ArgoCD app The Rook operator reconciles OSD deployments and removes the expand-bluefs=/bin/true workaround patches needed for BlueStore UUID mismatch. Keep operator scaled to 0 with manual sync only until the underlying issue is resolved. Co-Authored-By: Claude Opus 4.6 --- argocd-apps/infrastructure/rook-ceph-operator.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/argocd-apps/infrastructure/rook-ceph-operator.yaml b/argocd-apps/infrastructure/rook-ceph-operator.yaml index 9985721..05593b1 100644 --- a/argocd-apps/infrastructure/rook-ceph-operator.yaml +++ b/argocd-apps/infrastructure/rook-ceph-operator.yaml @@ -22,10 +22,10 @@ spec: destination: server: https://kubernetes.default.svc namespace: rook-ceph + # Auto-sync disabled: operator reconciles OSD deployments and removes + # expand-bluefs workaround patches. Keep operator scaled to 0 until + # the BlueStore UUID mismatch / expand-bluefs crash is resolved. syncPolicy: - automated: - prune: true - selfHeal: true syncOptions: - CreateNamespace=true - ServerSideApply=true