mirror of
https://github.com/maubot/maubot
synced 2025-08-29 14:30:39 +00:00
Add simple helm chart
This commit is contained in:
parent
91f214819a
commit
0938675fc2
15 changed files with 909 additions and 0 deletions
13
helm/templates/serviceaccount.yaml
Normal file
13
helm/templates/serviceaccount.yaml
Normal file
|
@ -0,0 +1,13 @@
|
|||
{{- if .Values.serviceAccount.create -}}
|
||||
apiVersion: v1
|
||||
kind: ServiceAccount
|
||||
metadata:
|
||||
name: {{ include "maubot.serviceAccountName" . }}
|
||||
labels:
|
||||
{{- include "maubot.labels" . | nindent 4 }}
|
||||
{{- with .Values.serviceAccount.annotations }}
|
||||
annotations:
|
||||
{{- toYaml . | nindent 4 }}
|
||||
{{- end }}
|
||||
automountServiceAccountToken: {{ .Values.serviceAccount.automount }}
|
||||
{{- end }}
|
Loading…
Add table
Add a link
Reference in a new issue