Skip to content
This repository has been 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>

Bump chart version

Signed-off-by: Chris O'Brien <chrisob91@gmail.com>

Revert "Run atlantis container as atlantis user instead of root"

This reverts commit 8938f3f

Signed-off-by: Chris O'Brien <chrisob91@gmail.com>

Remove explicit atlantis command so as not to bypass docker entrypoint

Signed-off-by: Chris O'Brien <chrisob91@gmail.com>
  • Loading branch information
chrisob committed Feb 6, 2019
1 parent 1a02ab5 commit a3b31a3
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion stable/atlantis/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ apiVersion: v1
appVersion: "v0.4.11"
description: A Helm chart for Atlantis https://www.runatlantis.io
name: atlantis
version: 1.1.2
version: 1.1.3
keywords:
- terraform
home: https://www.runatlantis.io
Expand Down
1 change: 0 additions & 1 deletion stable/atlantis/templates/statefulset.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,6 @@ spec:
exec:
command: ["/bin/sh", "-c", "cp /etc/secret-gitconfig/gitconfig /home/atlantis/.gitconfig && chown atlantis /home/atlantis/.gitconfig"]
{{- end}}
command: ["atlantis"]
args:
- server
{{- if .Values.allowRepoConfig }}
Expand Down

0 comments on commit a3b31a3

Please sign in to comment.