summaryrefslogtreecommitdiffstats
path: root/helm/wekan/templates/serviceaccount.yaml
diff options
context:
space:
mode:
Diffstat (limited to 'helm/wekan/templates/serviceaccount.yaml')
-rw-r--r--helm/wekan/templates/serviceaccount.yaml12
1 files changed, 12 insertions, 0 deletions
diff --git a/helm/wekan/templates/serviceaccount.yaml b/helm/wekan/templates/serviceaccount.yaml
new file mode 100644
index 00000000..58696cb6
--- /dev/null
+++ b/helm/wekan/templates/serviceaccount.yaml
@@ -0,0 +1,12 @@
+{{- if .Values.serviceAccounts.create }}
+apiVersion: v1
+kind: ServiceAccount
+metadata:
+ labels:
+ app: {{ template "wekan.name" . }}
+ chart: {{ template "wekan.chart" . }}
+ component: wekan
+ heritage: {{ .Release.Service }}
+ release: {{ .Release.Name }}
+ name: {{ template "wekan.serviceAccountName" . }}
+{{- end }}