roundcube-charts/templates/serviceaccount.yaml

13 lines
324 B
YAML
Raw Normal View History

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