diff --git a/argo/utilities/templates/rook.yaml b/argo/utilities/templates/rook.yaml new file mode 100644 index 0000000..0912198 --- /dev/null +++ b/argo/utilities/templates/rook.yaml @@ -0,0 +1,17 @@ +apiVersion: argoproj.io/v1alpha1 +kind: Application +metadata: + name: rook + namespace: argocd + labels: + utilities: kube-system +spec: + destination: + namespace: rook-ceph + server: https://kubernetes.default.svc + project: default + source: + repoURL: https://charts.rook.io/release + targetRevision: HEAD + targetRevision: 1.13.2 + chart: rook-ceph