fix(garage): retry of backups
All checks were successful
Renovate / renovate (push) Successful in 22s
All checks were successful
Renovate / renovate (push) Successful in 22s
This commit is contained in:
parent
370fcc643e
commit
624508c38a
2 changed files with 3 additions and 2 deletions
1
.gitignore
vendored
1
.gitignore
vendored
|
@ -3,3 +3,4 @@
|
|||
.vscode/
|
||||
.ssh/
|
||||
*/charts/
|
||||
.idea/
|
|
@ -43,7 +43,7 @@ spec:
|
|||
drop:
|
||||
- ALL
|
||||
readOnlyRootFilesystem: true
|
||||
restartPolicy: OnFailure
|
||||
restartPolicy: Never
|
||||
volumes:
|
||||
- name: rclone-config
|
||||
secret:
|
||||
|
|
Loading…
Reference in a new issue