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
3
.gitignore
vendored
3
.gitignore
vendored
|
@ -2,4 +2,5 @@
|
||||||
.vaultpw
|
.vaultpw
|
||||||
.vscode/
|
.vscode/
|
||||||
.ssh/
|
.ssh/
|
||||||
*/charts/
|
*/charts/
|
||||||
|
.idea/
|
|
@ -43,7 +43,7 @@ spec:
|
||||||
drop:
|
drop:
|
||||||
- ALL
|
- ALL
|
||||||
readOnlyRootFilesystem: true
|
readOnlyRootFilesystem: true
|
||||||
restartPolicy: OnFailure
|
restartPolicy: Never
|
||||||
volumes:
|
volumes:
|
||||||
- name: rclone-config
|
- name: rclone-config
|
||||||
secret:
|
secret:
|
||||||
|
|
Loading…
Reference in a new issue