Skip to content

Commit

Permalink
fix(snapshotter): mount all files from datadir (required for ssh file…
Browse files Browse the repository at this point in the history
…s) (#300)

Signed-off-by: Rafael Matias <[email protected]>
  • Loading branch information
skylenet authored Dec 13, 2024
1 parent 46e27a2 commit 8a5e8a3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion roles/snapshotter/defaults/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ snapshotter_container_restart_policy: always
snapshotter_container_networks: []
snapshotter_container_volumes_from: []
snapshotter_container_volumes:
- "{{ snapshotter_datadir }}/config.yaml:/etc/snapshotter/config.yaml:ro"
- "{{ snapshotter_datadir }}:/etc/snapshotter:ro"
- "/var/run/docker.sock:/var/run/docker.sock:ro"
snapshotter_container_env: {}
snapshotter_container_command:
Expand Down

0 comments on commit 8a5e8a3

Please sign in to comment.