fix shlink fs user/group
This commit is contained in:
parent
37ea3f982e
commit
ff18cdf1cf
1 changed files with 3 additions and 0 deletions
|
@ -14,6 +14,9 @@ spec:
|
|||
labels:
|
||||
app: shlink
|
||||
spec:
|
||||
securityContext:
|
||||
fsGroup: 1001
|
||||
fsGroupChangePolicy: "OnRootMismatch"
|
||||
containers:
|
||||
- image: ghcr.io/shlinkio/shlink:latest
|
||||
name: shlink
|
||||
|
|
Loading…
Reference in a new issue