Skip to content

Commit

Permalink
fix(tests): set runAsNonRoot true in ci values
Browse files Browse the repository at this point in the history
  • Loading branch information
jmehitch committed Nov 14, 2023
1 parent bf11b02 commit 2b041a1
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions charts/athens-proxy/ci/basic-values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,8 @@ jaeger:
enabled: true
extraLabels:
athensIs: "awesome"
image:
runAsNonRoot: true
securityContext:
allowPrivilegeEscalation: false
runAsNonRoot: true

0 comments on commit 2b041a1

Please sign in to comment.