dvirlabs 8d67d17e82
Some checks failed
ci/woodpecker/push/woodpecker Pipeline failed
Add Dockerfiles
2026-05-05 06:02:41 +03:00

13 lines
330 B
YAML

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