3
0
mirror of https://github.com/mastodon/chart synced 2025-05-21 14:33:21 +00:00
mastodon-chart-mirror/charts/mastodon/templates/serviceaccount.yaml
2023-07-02 11:21:30 +02:00

13 lines
322 B
YAML

{{- if .Values.serviceAccount.create -}}
apiVersion: v1
kind: ServiceAccount
metadata:
name: {{ include "mastodon.serviceAccountName" . }}
labels:
{{- include "mastodon.labels" . | nindent 4 }}
{{- with .Values.serviceAccount.annotations }}
annotations:
{{- toYaml . | nindent 4 }}
{{- end }}
{{- end }}