feat: add stub atlantis chart

This commit is contained in:
2024-02-02 13:40:14 +01:00
parent 2869c95bf6
commit 1bff28ab6c
26 changed files with 804 additions and 0 deletions
@@ -0,0 +1,12 @@
{{- if .Values.serviceAccount.create -}}
apiVersion: v1
kind: ServiceAccount
metadata:
name: {{ include "Atlantis.serviceAccountName" . }}
labels:
{{- include "Atlantis.labels" . | nindent 4 }}
{{- with .Values.serviceAccount.annotations }}
annotations:
{{- toYaml . | nindent 4 }}
{{- end }}
{{- end }}