diff --git a/everything-app/project-infra.yaml b/everything-app/project-infra.yaml index 25bb250..5ac24d3 100644 --- a/everything-app/project-infra.yaml +++ b/everything-app/project-infra.yaml @@ -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 diff --git a/everything-app/rook.yaml b/everything-app/rook.yaml new file mode 100644 index 0000000..39a90ca --- /dev/null +++ b/everything-app/rook.yaml @@ -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