Files
infrastructure/clusters/cl01tl/helm/garage/templates/replication-destination.yaml
Alex Lebens ba8c044628
All checks were successful
lint-test-helm / lint-helm (push) Successful in 11s
render-manifests-push / render-manifests-push (push) Successful in 1m41s
renovate / renovate (push) Successful in 2m26s
restore
2025-12-27 14:49:49 -06:00

17 lines
437 B
YAML

apiVersion: volsync.backube/v1alpha1
kind: ReplicationDestination
metadata:
name: garage-db
namespace: {{ .Release.Namespace }}
labels:
app.kubernetes.io/name: garage-db
app.kubernetes.io/instance: {{ .Release.Name }}
app.kubernetes.io/part-of: {{ .Release.Name }}
spec:
trigger:
manual: restore-once
restic:
repository: garage-db-backup-secret-external
destinationPVC: garage-db
copyMethod: Direct