blob: 046ad711a87980cc999407beef1016310377b74b [file] [log] [blame]
Giorgi Lekveishvili4ec4c022024-08-17 15:09:24 +04001{{- if .Values.serviceAccount.create -}}
2---
3apiVersion: "v1"
4kind: "ServiceAccount"
5metadata:
6 name: {{ include "common.names.fullname" . }}
7 labels:
8 {{- include "common.labels.standard" . | nindent 4 }}
9 {{- with .Values.serviceAccount.annotations }}
10 annotations:
11 {{- toYaml . | nindent 4 }}
12 {{- end }}
13...
14{{- end }}