jmarchel 7d8c717f5c Init repo from the component-template
Change-Id: I7c27199cb20088b182c078fa8e1c0a084c152e5d
2024-02-01 10:04:21 +01:00

13 lines
370 B
YAML

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