Skip to content

Commit

Permalink
REP-430: Use hostPID
Browse files Browse the repository at this point in the history
  • Loading branch information
Ivaka committed Jan 19, 2024
1 parent 674490d commit ec6a41c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions charts/egressd/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -49,8 +49,8 @@ collector:
podLabels: { }

# If hostPID is used container should run in fully privileged mode. Then hostNetwork can be set to false.
hostPID: false
hostNetwork: true
hostPID: true
hostNetwork: false

podSecurityContext: { }
# fsGroup: 2000
Expand Down

0 comments on commit ec6a41c

Please sign in to comment.