mirror of
https://github.com/helm/charts.git
synced 2026-08-23 22:37:45 +00:00
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:
committed by
Kubernetes Prow Robot
parent
b86077c276
commit
e0120f2c0b
@@ -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
|
||||
|
||||
@@ -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 }}
|
||||
|
||||
Reference in New Issue
Block a user