Skip to content

Commit

Permalink
Merge pull request #400 from gthiemonge/fix_runasnonroot
Browse files Browse the repository at this point in the history
set securityContext.runAsNonRoot value to true
  • Loading branch information
openshift-merge-bot[bot] authored Oct 30, 2024
2 parents 527def8 + 0658fe2 commit e6b241a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions config/default/manager_auth_proxy_patch.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ spec:
- name: kube-rbac-proxy
securityContext:
allowPrivilegeEscalation: false
runAsNonRoot: true
capabilities:
drop:
- "ALL"
Expand Down

0 comments on commit e6b241a

Please sign in to comment.