diff --git a/argocd/applications/rook-ceph.yaml b/argocd/applications/rook-ceph.yaml new file mode 100644 index 0000000..1564fd0 --- /dev/null +++ b/argocd/applications/rook-ceph.yaml @@ -0,0 +1,20 @@ +--- +apiVersion: argoproj.io/v1alpha1 +kind: Application +metadata: + name: rook-ceph + namespace: argocd +spec: + project: k-space.ee + source: + repoURL: 'git@git.k-space.ee:k-space/kube.git' + path: rook-ceph + targetRevision: HEAD + destination: + server: 'https://kubernetes.default.svc' + namespace: rook-ceph + syncPolicy: + automated: + prune: true + syncOptions: + - CreateNamespace=true