Try one thing at a time

This commit is contained in:
Micke Nordin 2025-02-07 14:58:49 +01:00
parent 330e9c22d3
commit e22ad6faf9
Signed by untrusted user: Micke
GPG key ID: 0DA0A7A5708FE257

View file

@ -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: