From 21c95ac70dade5c2793038ec503310605acb8b9a Mon Sep 17 00:00:00 2001 From: piano1029 <46605242+piano1029@users.noreply.github.com> Date: Sat, 23 Mar 2024 17:52:02 +0000 Subject: [PATCH] docs: Add securityContext to provided Kubernetes manifest (#859) --- docs/Installation.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/docs/Installation.md b/docs/Installation.md index 6bde29f..7ef8b81 100644 --- a/docs/Installation.md +++ b/docs/Installation.md @@ -83,6 +83,10 @@ spec: labels: app: shiori spec: + securityContext: + runAsUser: 1000 + runAsGroup: 1000 + fsGroup: 1000 volumes: - name: app hostPath: