Skip to content

Commit 61d423e

Browse files
authored
Add more security perms so sopel can create dirs
1 parent 6d5b8a1 commit 61d423e

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.transpire.py

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,8 +41,11 @@ def objects():
4141
"template": {
4242
"metadata": {"labels": {"app": "mariadb"}},
4343
"spec": {
44+
# Make .sopel/logs writable
4445
"securityContext": {
45-
"fsGroup": 1000,
46+
"runAsUser": 1000,
47+
"runAsGroup": 1000,
48+
"fsGroup": 1000
4649
},
4750
"containers": [
4851
{

0 commit comments

Comments
 (0)