diff --git a/deployments/argocd/backups-app.yaml b/deployments/argocd/backups-app.yaml new file mode 100644 index 0000000..96f7930 --- /dev/null +++ b/deployments/argocd/backups-app.yaml @@ -0,0 +1,20 @@ +apiVersion: argoproj.io/v1alpha1 +kind: Application +metadata: + name: backups + namespace: argocd +spec: + project: default + source: + repoURL: https://gitea.khalisio.com/gitea-admin/talos-cluster.git + targetRevision: HEAD + path: deployments/backups + destination: + server: https://kubernetes.default.svc + namespace: backups + syncPolicy: + automated: + prune: true + selfHeal: true + syncOptions: + - CreateNamespace=true