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 <noreply@anthropic.com>
This commit is contained in:
Scooby Husky
2026-03-10 06:37:44 -05:00
co-authored by Claude Opus 4.6
parent ee6a0bb402
commit 6ffce07230
@@ -22,10 +22,10 @@ spec:
destination: destination:
server: https://kubernetes.default.svc server: https://kubernetes.default.svc
namespace: rook-ceph 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: syncPolicy:
automated:
prune: true
selfHeal: true
syncOptions: syncOptions:
- CreateNamespace=true - CreateNamespace=true
- ServerSideApply=true - ServerSideApply=true