Skip to content

Commit

Permalink
add rook repo
Browse files Browse the repository at this point in the history
  • Loading branch information
gdoteof committed Jun 9, 2023
1 parent da776f0 commit 72a0bff
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .gitmodules
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
[submodule "kubernetes/apps/rook-ceph/rook/app/rook"]
path = kubernetes/apps/rook-ceph/rook/app/rook
url = https://github.com/rook/rook.git
1 change: 1 addition & 0 deletions kubernetes/flux/repositories/helm/kustomization.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,3 +17,4 @@ resources:
- ./prometheus-community.yaml
- ./stakater.yaml
- ./weave-gitops.yaml
- ./rook.yaml
9 changes: 9 additions & 0 deletions kubernetes/flux/repositories/helm/rook.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
---
apiVersion: source.toolkit.fluxcd.io/v1
kind: HelmRepository
metadata:
name: rook-release
namespace: flux-system
spec:
interval: 30m
url: https://charts.rook.io/release

0 comments on commit 72a0bff

Please sign in to comment.