Radosław Piliszek ea99bf0611 Init repo from the component-template
Change-Id: I67e9513af9563574784cde31cc9f021910d2836c
2023-09-28 16:50:53 +02:00

13 lines
368 B
YAML

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