Skip to content

Commit

Permalink
fix(reana-dev): allow root group to write to shared storage (#843)
Browse files Browse the repository at this point in the history
  • Loading branch information
mdonadoni committed Nov 12, 2024
1 parent aad7dff commit 47c7a02
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions reana/reana_dev/cluster.py
Original file line number Diff line number Diff line change
Expand Up @@ -185,6 +185,10 @@ def add_volume_mounts(node):
cluster_config=yaml.dump(cluster_config),
)
run_command(cluster_create, "reana")
run_command(

Check warning on line 188 in reana/reana_dev/cluster.py

View check run for this annotation

Codecov / codecov/patch

reana/reana_dev/cluster.py#L188

Added line #L188 was not covered by tests
"docker exec kind-control-plane sh -c 'mkdir -p /var/reana && chmod g+rwx /var/reana'",
"reana",
)

# pull Docker images
if mode in ("releasepypi", "latest", "debug"):
Expand Down

0 comments on commit 47c7a02

Please sign in to comment.