Try one thing at a time
This commit is contained in:
parent
330e9c22d3
commit
e22ad6faf9
1 changed files with 1 additions and 1 deletions
|
@ -32,7 +32,7 @@ spec:
|
|||
mountPropagation: HostToContainer
|
||||
- name: mount-container
|
||||
image: rclone/rclone:1.69.0
|
||||
args: ["mount", "--allow-non-empty", "--daemon", "source:$(BUCKET)", "/backup_storage"]
|
||||
args: ["mount", "--allow-non-empty", "source:$(BUCKET)", "/backup_storage"]
|
||||
securityContext:
|
||||
privileged: true
|
||||
env:
|
||||
|
|
Loading…
Add table
Reference in a new issue