fhem-docker_helm-chart/templates/serviceaccount.yaml
Marko Oldenburg d7a10faf7c first commit
2023-11-11 09:53:16 +01:00

13 lines
314 B
YAML

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