fhem-docker_helm-chart/templates/serviceaccount.yaml

13 lines
314 B
YAML
Raw Normal View History

2023-11-11 08:53:16 +00:00
{{- 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 }}