Files
auricom-home-cluster/.archive/.taskfiles/volsync/templates/list.tmpl.yaml
2025-08-29 20:28:48 +02:00

20 lines
506 B
YAML

---
apiVersion: batch/v1
kind: Job
metadata:
name: "list-${app}-${ts}"
namespace: "${ns}"
spec:
ttlSecondsAfterFinished: 3600
template:
spec:
automountServiceAccountToken: false
restartPolicy: OnFailure
containers:
- name: list
image: docker.io/restic/restic:0.18.0@sha256:4cf4a61ef9786f4de53e9de8c8f5c040f33830eb0a10bf3d614410ee2fcb6120
args: ["snapshots"]
envFrom:
- secretRef:
name: "${app}-volsync-secret"