first commit

This commit is contained in:
2023-11-11 09:53:16 +01:00
commit d7a10faf7c
13 changed files with 651 additions and 0 deletions

View File

@ -0,0 +1,12 @@
{{- 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 }}