mautrix-discord/templates/serviceaccount.yaml

13 lines
332 B
YAML
Raw Permalink Normal View History

2024-05-14 22:19:54 +00:00
{{- if .Values.serviceAccount.create -}}
apiVersion: v1
kind: ServiceAccount
metadata:
name: {{ template "mautrix-discord.serviceAccountName" . }}
labels:
{{ include "mautrix-discord.labels" . | indent 4 }}
{{- with .Values.serviceAccount.annotations }}
annotations:
{{- toYaml . | nindent 4 }}
{{- end }}
{{- end -}}