service account

This commit is contained in:
Shaul 2024-01-30 22:11:57 +02:00
parent e647b119bd
commit 682d2b55fd
1 changed files with 10 additions and 0 deletions

View File

@ -0,0 +1,10 @@
{{- if .Values.serviceAccount.create -}}
apiVersion: v1
kind: ServiceAccount
metadata:
name: {{ .Values.serviceAccount.name | default .Chart.Name }}
{{- with .Values.serviceAccount.annotations }}
annotations:
{{- toYaml . | nindent 4 }}
{{- end }}
{{- end }}