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:
|
labels:
|
||||||
app: shlink
|
app: shlink
|
||||||
spec:
|
spec:
|
||||||
|
securityContext:
|
||||||
|
fsGroup: 1001
|
||||||
|
fsGroupChangePolicy: "OnRootMismatch"
|
||||||
containers:
|
containers:
|
||||||
- image: ghcr.io/shlinkio/shlink:latest
|
- image: ghcr.io/shlinkio/shlink:latest
|
||||||
name: shlink
|
name: shlink
|
||||||
|
|
Loading…
Reference in a new issue