This repository has been archived on 2023-04-02. You can view files and clone it, but cannot push or open issues or pull requests.
gitops-tbrnt/docspell/prebackuppod-docs.yaml
Tobias Brunner b508c1538c
All checks were successful
continuous-integration/drone/push Build is passing
close self-signup
2021-01-11 21:28:00 +01:00

23 lines
442 B
YAML

apiVersion: backup.appuio.ch/v1alpha1
kind: PreBackupPod
metadata:
name: dump-docs
namespace: docspell
spec:
pod:
spec:
containers:
- image: busybox
command:
- /opt/export-files.sh
imagePullPolicy: Always
name: export-files
volumeMounts:
- name: script
mountPath: /opt
volumes:
- name: script
configMap:
name: file-backup-script