Skip to content

Commit

Permalink
Update values.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
mtcolman committed Nov 14, 2020
1 parent 6639d7a commit 9947793
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions charts/sonarqube/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,10 @@ image:
# Set security context for sonarqube pod
securityContext:
fsGroup: 1000

# Set security context for sonarqube container
containerSecurityContext:
fsGroup: 1000
# Sonarqube dockerfile creates sonarqube user as UID and GID 1000
runAsUser: 1000

Expand Down

0 comments on commit 9947793

Please sign in to comment.