1
0
mirror of https://github.com/Stirling-Tools/Stirling-PDF.git synced 2024-09-12 07:30:13 +02:00
Stirling-PDF/chart/stirling-pdf/templates/serviceaccount.yaml
2023-09-20 10:07:11 +02:00

14 lines
331 B
YAML

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