feat: unifi-controller chart (#8)

This commit is contained in:
2023-03-26 21:16:41 +01:00
committed by GitHub
parent 1737e1b68d
commit 8cf887a0be
12 changed files with 502 additions and 0 deletions

View File

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