Files
auricom-home-cluster/.taskfiles/volsync/templates/list.tmpl.yaml
2025-01-12 02:00:10 +01: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.17.3@sha256:8f5a62b422a2cb1277ea0dd6e826fe1acf649e5b9f02d60e5268d5fd1976255a
args: ["snapshots"]
envFrom:
- secretRef:
name: "${app}-volsync-secret"