Skip to content

Commit 21c95ac

Browse files
authored
docs: Add securityContext to provided Kubernetes manifest (#859)
1 parent 8ba90be commit 21c95ac

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

docs/Installation.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -83,6 +83,10 @@ spec:
8383
labels:
8484
app: shiori
8585
spec:
86+
securityContext:
87+
runAsUser: 1000
88+
runAsGroup: 1000
89+
fsGroup: 1000
8690
volumes:
8791
- name: app
8892
hostPath:

0 commit comments

Comments
 (0)