oecis-charts/charts/hortusfox/templates/serviceaccount.yaml
Jan-Niklas Weghorn e1e4213896 update vikunja
2024-09-29 13:50:58 +02:00

14 lines
393 B
YAML

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