This commit is contained in:
2025-01-26 18:02:40 +01:00
parent c257abb24f
commit 27c9391ec2
19 changed files with 515 additions and 65 deletions

View File

@ -0,0 +1,13 @@
{{- if .Values.serviceAccount.create -}}
apiVersion: v1
kind: ServiceAccount
metadata:
name: {{ include "sabnzbd.serviceAccountName" . }}
labels:
{{- include "sabnzbd.labels" . | nindent 4 }}
{{- with .Values.serviceAccount.annotations }}
annotations:
{{- toYaml . | nindent 4 }}
{{- end }}
automountServiceAccountToken: {{ .Values.serviceAccount.automount }}
{{- end }}