Fix option
This commit is contained in:
parent
a76d5f1292
commit
0b22d32221
1 changed files with 1 additions and 1 deletions
|
@ -15,7 +15,7 @@ spec:
|
||||||
containers:
|
containers:
|
||||||
- name: backup-container
|
- name: backup-container
|
||||||
image: docker.sunet.se/drive/duplicity:bookworm-slim-1
|
image: docker.sunet.se/drive/duplicity:bookworm-slim-1
|
||||||
args: ["backup", "/backup_storage", "destination:${BUCKET}"]
|
args: ["backup", "/backup_storage", "rclone://destination:${BUCKET}"]
|
||||||
env:
|
env:
|
||||||
- name: RCLONE_CONFIG_DESTINATION_ACL
|
- name: RCLONE_CONFIG_DESTINATION_ACL
|
||||||
value: private
|
value: private
|
||||||
|
|
Loading…
Add table
Reference in a new issue