Files
infrastructure/clusters/cl01tl/helm/grimmory/templates/replication-destination.yaml
Alex Lebens 2c354902d7
All checks were successful
lint-test-helm / lint-helm (push) Successful in 23s
lint-test-helm / validate-kubeconform (push) Has been skipped
renovate / renovate (push) Successful in 1m44s
tmp/grimmory-2 (#5025)
Reviewed-on: #5025
2026-03-24 02:25:28 +00:00

20 lines
541 B
YAML

apiVersion: volsync.backube/v1alpha1
kind: ReplicationDestination
metadata:
name: grimmory-config-restore
namespace: {{ .Release.Namespace }}
labels:
app.kubernetes.io/name: grimmory-config-restore
app.kubernetes.io/instance: {{ .Release.Name }}
app.kubernetes.io/part-of: {{ .Release.Name }}
spec:
trigger:
manual: restore-once
restic:
repository: booklore-config-backup-secret-local
destinationPVC: grimmory-config
copyMethod: Snapshot
moverSecurityContext:
runAsUser: 0
runAsGroup: 0