Skip to content
This repository was archived by the owner on Feb 22, 2022. It is now read-only.

Commit

Permalink
Run atlantis container as atlantis user instead of root
Browse files Browse the repository at this point in the history
Signed-off-by: Chris O'Brien <chrisob91@gmail.com>
  • Loading branch information
chrisob committed Feb 6, 2019
1 parent 1a02ab5 commit 8938f3f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions stable/atlantis/templates/statefulset.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ spec:
spec:
serviceAccountName: {{ template "atlantis.serviceAccountName" . }}
securityContext:
runAsUser: 100
fsGroup: 1000
volumes:
{{- if .Values.tlsSecretName }}
Expand Down

0 comments on commit 8938f3f

Please sign in to comment.