Fix: entrypoint.sh permissions

This commit is contained in:
Michele Bologna
2024-11-28 10:34:52 +01:00
parent afac4af31f
commit b52e5d6523
3 changed files with 13 additions and 7 deletions

View File

@@ -13,6 +13,8 @@ spec:
labels:
app: bitlbee
spec:
securityContext:
fsGroup: 1001 # Needed for volume permissions
containers:
- name: bitlbee
image: docker.io/mbologna/docker-bitlbee:latest