Rook again huh

Signed-off-by: Martyn Ranyard <m@rtyn.berlin>
This commit is contained in:
Martyn 2023-11-27 13:46:29 +01:00
parent 3041b2f86a
commit df49958894
2 changed files with 18 additions and 0 deletions

View File

@ -32,3 +32,4 @@ spec:
- https://qonstrukt.github.io/helm-charts/
- https://opensource.zalando.com/postgres-operator/charts/postgres-operator
- https://mariadb-operator.github.io/mariadb-operator
- https://charts.rook.io/release

17
everything-app/rook.yaml Normal file
View File

@ -0,0 +1,17 @@
apiVersion: argoproj.io/v1alpha1
kind: Application
metadata:
name: rook
namespace: argocd
spec:
destination:
namespace: rook-ceph
server: https://kubernetes.default.svc
project: infra
source:
chart: rook-ceph
repoURL: https://charts.rook.io/release
targetRevision: v1.12.8
syncPolicy:
automated:
selfHeal: true