mirror of
https://gitlab.kube.huskypup.net/Scooby/Homelabv4.git
synced 2026-08-21 05:26:49 +00:00
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:
co-authored by
Claude Opus 4.6
parent
ee6a0bb402
commit
6ffce07230
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user