feat: add ArgoCD Application for backups stack #120
@@ -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
|
||||
Reference in New Issue
Block a user