Add serviceaccount Helm template

This commit is contained in:
groombook-engineer[bot]
2026-03-27 17:35:36 +00:00
committed by GitHub
parent 3481faedf2
commit 0a117e8c4a
@@ -0,0 +1,13 @@
{{- if .Values.serviceAccount.create }}
apiVersion: v1
kind: ServiceAccount
metadata:
name: {{ include "groombook.serviceAccountName" . }}
labels:
{{- include "groombook.labels" . | nindent 4 }}
{{- with .Values.serviceAccount.annotations }}
annotations:
{{- toYaml . | nindent 4 }}
{{- end }}
{{- end }}