Initial Commit

This commit is contained in:
2021-09-26 17:08:01 +02:00
commit 3792eaa844
12 changed files with 570 additions and 0 deletions

View File

@ -0,0 +1,12 @@
{{- if .Values.serviceAccount.create -}}
apiVersion: v1
kind: ServiceAccount
metadata:
name: {{ include "postfixadmin-fetchmail.serviceAccountName" . }}
labels:
{{- include "postfixadmin-fetchmail.labels" . | nindent 4 }}
{{- with .Values.serviceAccount.annotations }}
annotations:
{{- toYaml . | nindent 4 }}
{{- end }}
{{- end }}