Skip to content

Commit 0601d90

Browse files
author
Yuriy Bezsonov
committed
fix(infra): add non-root user specification to EKS pod security context
1 parent 1031722 commit 0601d90

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

infra/scripts/deploy/eks.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -165,6 +165,7 @@ spec:
165165
readOnly: true
166166
securityContext:
167167
runAsNonRoot: true
168+
runAsUser: 1000
168169
allowPrivilegeEscalation: false
169170
lifecycle:
170171
preStop:

0 commit comments

Comments
 (0)