mirror of
https://gitlab.kube.huskypup.net/Scooby/Homelabv4.git
synced 2026-08-20 23:16:49 +00:00
Works with the ignoreDifferences config in argocd-cm to prevent auto-sync from triggering on controller-managed field changes (ESO finalizers, HTTPRoute annotations, etc.) Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
34 lines
1022 B
YAML
34 lines
1022 B
YAML
apiVersion: argoproj.io/v1alpha1
|
|
kind: Application
|
|
metadata:
|
|
name: rook-ceph-operator
|
|
namespace: argocd
|
|
annotations:
|
|
argocd.argoproj.io/sync-wave: "10"
|
|
finalizers:
|
|
- resources-finalizer.argocd.argoproj.io
|
|
spec:
|
|
project: infrastructure
|
|
sources:
|
|
- repoURL: https://charts.rook.io/release
|
|
chart: rook-ceph
|
|
targetRevision: v1.19.0
|
|
helm:
|
|
valueFiles:
|
|
- $values/infrastructure/rook-ceph/operator-values.yaml
|
|
- repoURL: https://gitlab.kube.huskypup.net/Scooby/Homelabv4.git
|
|
targetRevision: main
|
|
ref: values
|
|
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:
|
|
syncOptions:
|
|
- CreateNamespace=true
|
|
- ServerSideApply=true
|
|
- ServerSideDiff=true
|
|
- RespectIgnoreDifferences=true
|