move pixelfed into charts directory

This commit is contained in:
jessebot
2024-12-29 18:49:18 +01:00
parent 9c21d71559
commit 9f9d2e97d6
13 changed files with 0 additions and 0 deletions
@@ -0,0 +1,13 @@
{{- if .Values.serviceAccount.create -}}
apiVersion: v1
kind: ServiceAccount
metadata:
name: {{ include "pixelfed.serviceAccountName" . }}
labels:
{{- include "pixelfed.labels" . | nindent 4 }}
{{- with .Values.serviceAccount.annotations }}
annotations:
{{- toYaml . | nindent 4 }}
{{- end }}
automountServiceAccountToken: {{ .Values.serviceAccount.automount }}
{{- end }}