Merge "ROOK-Ceph operator" into v2
This commit is contained in:
commit
8674bb5a92
21
manifests/function/rook-operator/helmrelease.yaml
Normal file
21
manifests/function/rook-operator/helmrelease.yaml
Normal file
@ -0,0 +1,21 @@
|
||||
apiVersion: helm.toolkit.fluxcd.io/v2beta1
|
||||
kind: HelmRelease
|
||||
metadata:
|
||||
name: rook-ceph-operator
|
||||
namespace: rook-ceph
|
||||
spec:
|
||||
releaseName: rook-release
|
||||
interval: 5m
|
||||
chart:
|
||||
spec:
|
||||
chart: rook-ceph
|
||||
sourceRef:
|
||||
kind: HelmRepository
|
||||
name: rook-ceph
|
||||
version: 1.5.8
|
||||
interval: 1m
|
||||
timeout: 5m
|
||||
# Reference values at
|
||||
# https://github.com/rook/rook/blob/master/cluster/charts/rook-ceph/values.yaml
|
||||
# You can redefine default values in the section below
|
||||
values: {}
|
7
manifests/function/rook-operator/helmrepository.yaml
Normal file
7
manifests/function/rook-operator/helmrepository.yaml
Normal file
@ -0,0 +1,7 @@
|
||||
apiVersion: source.toolkit.fluxcd.io/v1beta1
|
||||
kind: HelmRepository
|
||||
metadata:
|
||||
name: rook-release
|
||||
spec:
|
||||
url: https://charts.rook.io/release
|
||||
interval: 10m
|
6
manifests/function/rook-operator/kustomization.yaml
Normal file
6
manifests/function/rook-operator/kustomization.yaml
Normal file
@ -0,0 +1,6 @@
|
||||
apiVersion: kustomize.config.k8s.io/v1beta1
|
||||
kind: Kustomization
|
||||
resources:
|
||||
- namespace.yaml
|
||||
- helmrepository.yaml
|
||||
- helmrelease.yaml
|
4
manifests/function/rook-operator/namespace.yaml
Normal file
4
manifests/function/rook-operator/namespace.yaml
Normal file
@ -0,0 +1,4 @@
|
||||
apiVersion: v1
|
||||
kind: Namespace
|
||||
metadata:
|
||||
name: rook-ceph
|
Loading…
x
Reference in New Issue
Block a user