Skip to content

Commit

Permalink
manifests: drop privileges for gateways by default (#23379)
Browse files Browse the repository at this point in the history
  • Loading branch information
dgn authored Apr 29, 2020
1 parent 0f5a5f0 commit 4c54ae1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion manifests/charts/gateways/istio-egress/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ gateways:
podAntiAffinityTermLabelSelector: []

# whether to run the gateway in a privileged container
runAsRoot: true
runAsRoot: false

# Revision is set as 'version' label and part of the resource names when installing multiple control planes.
revision: ""
2 changes: 1 addition & 1 deletion manifests/charts/gateways/istio-ingress/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,7 @@ gateways:
podAntiAffinityTermLabelSelector: []

# whether to run the gateway in a privileged container
runAsRoot: true
runAsRoot: false

# Revision is set as 'version' label and part of the resource names when installing multiple control planes.
revision: ""
Expand Down

0 comments on commit 4c54ae1

Please sign in to comment.