Skip to content

Commit 013c0af

Browse files
authored
Merge pull request #129 from wkbrd/wkbrd-security-patch
Wkbrd security patch
2 parents cb49066 + 384e09c commit 013c0af

File tree

1 file changed

+16
-2
lines changed

1 file changed

+16
-2
lines changed

values.yaml

Lines changed: 16 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -155,11 +155,25 @@ configData:
155155
threshold: 3
156156

157157
containerSecurityContext:
158-
enabled: false
158+
enabled: true
159+
seLinuxOptions: {}
160+
allowPrivilegeEscalation: false
161+
capabilities:
162+
drop:
163+
- ALL
164+
privileged: false
165+
readOnlyRootFilesystem: true
166+
runAsUser: 1000
167+
runAsGroup: 1000
168+
runAsNonRoot: true
169+
seccompProfile:
170+
type: RuntimeDefault
159171

160172
securityContext:
161173
enabled: true
162-
runAsUser: 1000
174+
fsGroupChangePolicy: Always
175+
sysctls: []
176+
supplementalGroups: []
163177
fsGroup: 1000
164178

165179
priorityClassName: ""

0 commit comments

Comments
 (0)