Skip to content

Commit

Permalink
Adjust sentinel config directory permission to proactively prepare fo…
Browse files Browse the repository at this point in the history
…r pebble v1.15
  • Loading branch information
shayancanonical committed Sep 24, 2024
1 parent fb68104 commit 2373615
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/sentinel.py
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,7 @@ def _copy_file(self, path: str, rendered: str, container: str) -> None:
container.make_dir(
CONFIG_DIR,
make_parents=True,
permissions=0o770,
permissions=0o750,
user="redis",
group="redis",
)
Expand Down

0 comments on commit 2373615

Please sign in to comment.