Rook again huh
Signed-off-by: Martyn Ranyard <m@rtyn.berlin>
This commit is contained in:
parent
3041b2f86a
commit
df49958894
|
@ -32,3 +32,4 @@ spec:
|
||||||
- https://qonstrukt.github.io/helm-charts/
|
- https://qonstrukt.github.io/helm-charts/
|
||||||
- https://opensource.zalando.com/postgres-operator/charts/postgres-operator
|
- https://opensource.zalando.com/postgres-operator/charts/postgres-operator
|
||||||
- https://mariadb-operator.github.io/mariadb-operator
|
- https://mariadb-operator.github.io/mariadb-operator
|
||||||
|
- https://charts.rook.io/release
|
||||||
|
|
|
@ -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
|
Loading…
Reference in New Issue