Added rook operator
This commit is contained in:
parent
4065b3256f
commit
928dc76431
|
@ -4,3 +4,4 @@ resources:
|
||||||
- akri.yaml
|
- akri.yaml
|
||||||
- cert-manager.yaml
|
- cert-manager.yaml
|
||||||
- traefik.yaml
|
- traefik.yaml
|
||||||
|
- rook.yaml
|
||||||
|
|
29
infrastructure/controllers/rook.yaml
Normal file
29
infrastructure/controllers/rook.yaml
Normal file
|
@ -0,0 +1,29 @@
|
||||||
|
apiVersion: v1
|
||||||
|
kind: Namespace
|
||||||
|
metadata:
|
||||||
|
name: rook-ceph
|
||||||
|
---
|
||||||
|
apiVersion: source.toolkit.fluxcd.io/v1
|
||||||
|
kind: HelmRepository
|
||||||
|
metadata:
|
||||||
|
name: rook-release
|
||||||
|
namespace: rook-ceph
|
||||||
|
spec:
|
||||||
|
interval: 1m0s
|
||||||
|
url: https://charts.rook.io/release
|
||||||
|
---
|
||||||
|
apiVersion: helm.toolkit.fluxcd.io/v2
|
||||||
|
kind: HelmRelease
|
||||||
|
metadata:
|
||||||
|
name: rook-ceph
|
||||||
|
namespace: rook-ceph
|
||||||
|
spec:
|
||||||
|
chart:
|
||||||
|
spec:
|
||||||
|
chart: rook-ceph
|
||||||
|
reconcileStrategy: ChartVersion
|
||||||
|
sourceRef:
|
||||||
|
kind: HelmRepository
|
||||||
|
name: rook-release
|
||||||
|
version: 1.15.3
|
||||||
|
interval: 1m0s
|
Loading…
Reference in New Issue
Block a user