about summary refs log tree commit diff
path: root/chart/templates/serviceaccount.yaml
diff options
context:
space:
mode:
Diffstat (limited to 'chart/templates/serviceaccount.yaml')
-rw-r--r--chart/templates/serviceaccount.yaml12
1 files changed, 0 insertions, 12 deletions
diff --git a/chart/templates/serviceaccount.yaml b/chart/templates/serviceaccount.yaml
deleted file mode 100644
index b2f3d87c5..000000000
--- a/chart/templates/serviceaccount.yaml
+++ /dev/null
@@ -1,12 +0,0 @@
-{{- 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 }}