helm-charts/postfix/templates/serviceaccount.yaml

13 lines
321 B
YAML
Raw Permalink Normal View History

2021-01-17 01:09:41 +00:00
{{- if .Values.serviceAccount.create -}}
apiVersion: v1
kind: ServiceAccount
metadata:
name: {{ include "postfix.serviceAccountName" . }}
labels:
{{- include "postfix.labels" . | nindent 4 }}
{{- with .Values.serviceAccount.annotations }}
annotations:
{{- toYaml . | nindent 4 }}
{{- end }}
{{- end -}}