k3s-infra/kluster-deployments/backup/common.application.yaml
2023-11-29 10:00:58 +01:00

18 lines
423 B
YAML

apiVersion: argoproj.io/v1alpha1
kind: Application
metadata:
name: restic-commons-application
namespace: argocd
spec:
project: infrastructure
source:
repoURL: https://github.com/moll-re/k3s-infra.git
targetRevision: main
path: infrastructure/backup/common
destination:
server: https://kubernetes.default.svc
namespace: backup
syncPolicy:
automated:
prune: true
selfHeal: true