Add helm chart

This commit is contained in:
Tulir Asokan
2019-11-10 21:56:30 +02:00
parent 03d42640fe
commit 0f4048a178
13 changed files with 388 additions and 0 deletions

View File

@ -0,0 +1,8 @@
{{- if .Values.serviceAccount.create -}}
apiVersion: v1
kind: ServiceAccount
metadata:
name: {{ template "mautrix-whatsapp.serviceAccountName" . }}
labels:
{{ include "mautrix-whatsapp.labels" . | indent 4 }}
{{- end -}}