fix(atlantis): remove additional spaces in pod annotation (#10631)

* fix(atlantis): remove additional spaces in pod annotation

Signed-off-by: Andrii Nasinnyk <a.nasinnyk@globalgames.net>

* fix(atlantis): bump version to 1.1.2

Signed-off-by: Andrii Nasinnyk <a.nasinnyk@globalgames.net>

* fix(atlantis): cmd replace by command

Signed-off-by: Andrii Nasinnyk <a.nasinnyk@globalgames.net>

* fix(atlantis): change spaces from 10 to 8

Signed-off-by: Andrii Nasinnyk <a.nasinnyk@globalgames.net>
This commit is contained in:
Andrii Nasinnyk
2019-01-15 09:01:49 -08:00
committed by Kubernetes Prow Robot
parent b86077c276
commit e0120f2c0b
2 changed files with 5 additions and 5 deletions
+1 -1
View File
@@ -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.1
version: 1.1.2
keywords:
- terraform
home: https://www.runatlantis.io
+4 -4
View File
@@ -22,10 +22,10 @@ spec:
labels:
app: {{ template "atlantis.name" . }}
release: {{ .Release.Name }}
{{- with .Values.podTemplate.annotations }}
{{- with .Values.podTemplate.annotations }}
annotations:
{{ toYaml . | indent 10 }}
{{- end }}
{{ toYaml . | indent 8 }}
{{- end }}
spec:
serviceAccountName: {{ template "atlantis.serviceAccountName" . }}
securityContext:
@@ -61,7 +61,7 @@ spec:
exec:
command: ["/bin/sh", "-c", "cp /etc/secret-gitconfig/gitconfig /home/atlantis/.gitconfig && chown atlantis /home/atlantis/.gitconfig"]
{{- end}}
cmd: atlantis
command: ["atlantis"]
args:
- server
{{- if .Values.allowRepoConfig }}