Skip to content

Commit

Permalink
fix(values): security context
Browse files Browse the repository at this point in the history
  • Loading branch information
aleksasiriski authored Oct 2, 2024
1 parent 0246e73 commit 294fd93
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions charts/cilium-egress-ha-operator/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -59,9 +59,9 @@ securityContext:
drop:
- ALL
allowPrivilegeEscalation: false
readOnlyRootFilesystem: true
runAsNonRoot: true
runAsUser: 65532
# readOnlyRootFilesystem: true
# runAsNonRoot: true
# runAsUser: 65532

resources:
limits:
Expand Down

0 comments on commit 294fd93

Please sign in to comment.