Skip to content

Commit 2978880

Browse files
committed
give privileged securitycontext
1 parent c878162 commit 2978880

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

kubernetes/cluster-0/apps/home/signal-cli/app/helmrelease.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,6 @@ spec:
3636
# runAsGroup: 1000
3737
# fsGroup: 1000
3838
# fsGroupChangePolicy: OnRootMismatch
39-
4039
containers:
4140
app:
4241
image:
@@ -50,6 +49,8 @@ spec:
5049
memory: 128Mi
5150
limits:
5251
memory: 512Mi
52+
securityContext:
53+
privileged: true
5354
# securityContext:
5455
# allowPrivilegeEscalation: false
5556
# readOnlyRootFilesystem: true

0 commit comments

Comments
 (0)