helm-charts/opendmarc/templates/serviceaccount.yaml

13 lines
325 B
YAML
Raw Normal View History

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