diff --git a/infrastructure/controllers/rook.yaml b/infrastructure/controllers/rook.yaml index cfd997f..7e4ba1f 100644 --- a/infrastructure/controllers/rook.yaml +++ b/infrastructure/controllers/rook.yaml @@ -27,3 +27,28 @@ spec: name: rook-release version: 1.15.3 interval: 1m0s +--- +apiVersion: helm.toolkit.fluxcd.io/v2 +kind: HelmRelease +metadata: + name: rook-ceph-cluster + namespace: rook-ceph +spec: + chart: + spec: + chart: rook-ceph-cluster + reconcileStrategy: ChartVersion + sourceRef: + kind: HelmRepository + name: rook-release + version: 1.15.3 + interval: 1m0s + values: + cepthClusterSpec: + storage: + deviceFilter: "^nvme." + # For testing we only have one node + mon: + count: 1 + mgr: + count: 1