jmarchel c7ea7b0db9 Init repo from the component-template
Change-Id: I0b3a2536c030232add9ff114d3d81f7f08bb69da
2024-01-04 20:11:39 +01:00

13 lines
386 B
YAML

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