blob: 046ad711a87980cc999407beef1016310377b74b [file] [log] [blame]
gioc9161872024-04-21 10:46:35 +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 }}