Fix wrong restic spec

This commit is contained in:
Mathis 2024-02-10 22:48:03 +00:00
parent 7a7fc88c6f
commit baba6323db
1 changed files with 1 additions and 1 deletions

View File

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