Skip to content

Commit

Permalink
Updating vended configurations for non-root user
Browse files Browse the repository at this point in the history
Removing changes to ECS deployment template
  • Loading branch information
PaurushGarg committed Oct 20, 2023
1 parent 0188741 commit 81da829
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions deployment-template/eks/otel-container-insights-infra.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -186,6 +186,9 @@ spec:
containers:
- name: aws-otel-collector
image: public.ecr.aws/aws-observability/aws-otel-collector:latest
securityContext:
runAsUser: 0
runAsGroup: 0
env:
- name: K8S_NODE_NAME
valueFrom:
Expand Down

0 comments on commit 81da829

Please sign in to comment.