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
|
mountPropagation: HostToContainer
|
||||||
- name: mount-container
|
- name: mount-container
|
||||||
image: rclone/rclone:1.69.0
|
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:
|
securityContext:
|
||||||
privileged: true
|
privileged: true
|
||||||
env:
|
env:
|
||||||
|
|
Loading…
Add table
Reference in a new issue