Implement restic-backup for Gitea #46

Merged
Mathis merged 9 commits from restic-backup into main 2024-02-10 22:45:41 +00:00
1 changed files with 1 additions and 0 deletions
Showing only changes of commit fce4044036 - Show all commits

View File

@ -40,6 +40,7 @@ spec:
containers: containers:
- name: restic-container - name: restic-container
hostname: restic-cronjob
image: git.namesny.com/cluster/restic:latest image: git.namesny.com/cluster/restic:latest
imagePullPolicy: Always imagePullPolicy: Always
command: ["/bin/sh", "/app/backup.sh"] command: ["/bin/sh", "/app/backup.sh"]