Skip to content

Commit 6e60479

Browse files
committed
tmp
1 parent 35c6ca2 commit 6e60479

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

kubernetes/applications/matrix/deployment.yaml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,10 @@ spec:
1818
labels:
1919
app: matrix-synapse
2020
spec:
21-
# Init container per generare le chiavi di firma
21+
securityContext:
22+
fsGroup: 991
23+
runAsUser: 991
24+
runAsGroup: 991
2225
initContainers:
2326
- name: generate-keys
2427
image: ghcr.io/element-hq/synapse:v1.123.0

0 commit comments

Comments
 (0)