diff --git a/stable/atlantis/Chart.yaml b/stable/atlantis/Chart.yaml index f577b088fb3c..3c301b48e7c1 100644 --- a/stable/atlantis/Chart.yaml +++ b/stable/atlantis/Chart.yaml @@ -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 diff --git a/stable/atlantis/templates/statefulset.yaml b/stable/atlantis/templates/statefulset.yaml index 93b7a2dc3de7..c0d984ad49cb 100644 --- a/stable/atlantis/templates/statefulset.yaml +++ b/stable/atlantis/templates/statefulset.yaml @@ -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 }}