Radosław Piliszek a0c84c95d7 Init repo from the component-template
Change-Id: I0c985ea153c936094b4e7cf88a9f268553c224bd
2023-09-26 09:19:10 +02:00

13 lines
340 B
YAML

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