roundcube-charts/templates/serviceaccount.yaml
Markus Pesch 725ed970be
All checks were successful
continuous-integration/drone/push Build is passing
Initial Commit
2021-08-22 19:41:23 +02:00

13 lines
324 B
YAML

{{- 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 }}