mirror of
https://github.com/umami-software/umami.git
synced 2026-02-23 14:05:35 +01:00
add helm chart. Setup CD
This commit is contained in:
parent
ddeafe4ba8
commit
43db793406
13 changed files with 466 additions and 25 deletions
12
helm/lemon-umami/templates/serviceaccount.yaml
Normal file
12
helm/lemon-umami/templates/serviceaccount.yaml
Normal file
|
|
@ -0,0 +1,12 @@
|
|||
{{- if .Values.serviceAccount.create -}}
|
||||
apiVersion: v1
|
||||
kind: ServiceAccount
|
||||
metadata:
|
||||
name: {{ include "lemon-umami.serviceAccountName" . }}
|
||||
labels:
|
||||
{{- include "lemon-umami.labels" . | nindent 4 }}
|
||||
{{- with .Values.serviceAccount.annotations }}
|
||||
annotations:
|
||||
{{- toYaml . | nindent 4 }}
|
||||
{{- end }}
|
||||
{{- end }}
|
||||
Loading…
Add table
Add a link
Reference in a new issue