feat: add ArgoCD Application for backups stack #120

Open
gitea-admin wants to merge 1 commits from orion/auto/feat-add-argocd-application-for-backups--1780384909112 into main
Showing only changes of commit 2d67b760f4 - Show all commits
+20
View File
@@ -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