This repository has been archived by the owner on Apr 17, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
cd: update to use rook-ceph instead of koor actively
Signed-off-by: Deepika Upadhyay <deepika@koor.tech>
- Loading branch information
Deepika Upadhyay
committed
Nov 29, 2023
1 parent
47c7743
commit 3f031c3
Showing
7 changed files
with
722 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,14 @@ | ||
# this will deploy all yamls present in rook-ceph path | ||
apiVersion: kustomize.toolkit.fluxcd.io/v1beta2 | ||
kind: Kustomization | ||
metadata: | ||
name: rook-ceph | ||
namespace: flux-system | ||
spec: | ||
interval: 30m | ||
path: ./flux/flux-system/rook-ceph | ||
prune: true # remove any elements later removed from the above path | ||
timeout: 10m # if not set, this defaults to interval duration, which is 1h | ||
sourceRef: | ||
kind: GitRepository | ||
name: flux-system |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
20 changes: 20 additions & 0 deletions
20
flux/flux-system/rook-ceph/helmrelease-rook-ceph-cluster.yaml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,20 @@ | ||
apiVersion: helm.toolkit.fluxcd.io/v2beta1 | ||
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: v1.12.0 | ||
interval: 1m0s | ||
timeout: 10m | ||
valuesFrom: | ||
- kind: ConfigMap | ||
name: rook-ceph-helm-chart-value-overrides | ||
valuesKey: values.yaml |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,20 @@ | ||
apiVersion: helm.toolkit.fluxcd.io/v2beta1 | ||
kind: HelmRelease | ||
metadata: | ||
name: rook-release | ||
namespace: rook-ceph | ||
spec: | ||
chart: | ||
spec: | ||
chart: rook-ceph | ||
reconcileStrategy: ChartVersion | ||
sourceRef: | ||
kind: HelmRepository | ||
name: rook-release | ||
version: v1.12.0 | ||
interval: 1m0s | ||
timeout: 10m | ||
valuesFrom: | ||
- kind: ConfigMap | ||
name: rook-ceph-helm-chart-value-overrides | ||
valuesKey: values.yaml |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
apiVersion: source.toolkit.fluxcd.io/v1beta1 | ||
kind: HelmRepository | ||
metadata: | ||
name: rook-release | ||
namespace: flux-system | ||
spec: | ||
interval: 15m | ||
url: https://charts.rook.io/release |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
apiVersion: v1 | ||
kind: Namespace | ||
metadata: | ||
name: rook-ceph |
Oops, something went wrong.