feat: add ArgoCD Application for backups stack
Validate Manifests / validate (pull_request) Failing after 2s

This commit is contained in:
2026-06-02 07:21:49 +00:00
parent 43976cb1a1
commit 2d67b760f4
+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