jmarchel a15d43cbf4 Init repo from the component-template
Change-Id: Ifb6694c308d1b346d70c68572c292734c21f2790
2023-09-25 16:14:52 +02:00

13 lines
378 B
YAML

{{- if .Values.serviceAccount.create -}}
apiVersion: v1
kind: ServiceAccount
metadata:
name: {{ include "nebulous-optimiser-utility-evaluator.serviceAccountName" . }}
labels:
{{- include "nebulous-optimiser-utility-evaluator.labels" . | nindent 4 }}
{{- with .Values.serviceAccount.annotations }}
annotations:
{{- toYaml . | nindent 4 }}
{{- end }}
{{- end }}