oecis-charts/charts/tandoor/templates/serviceaccount.yaml

13 lines
320 B
YAML
Raw Normal View History

2023-08-27 13:38:38 +00:00
{{- if .Values.serviceAccount.create -}}
apiVersion: v1
kind: ServiceAccount
metadata:
name: {{ include "tandoor.serviceAccountName" . }}
labels:
{{- include "tandoor.labels" . | nindent 4 }}
{{- with .Values.serviceAccount.annotations }}
annotations:
{{- toYaml . | nindent 4 }}
{{- end }}
{{- end }}