|
@@ -2,6 +2,10 @@
|
|
apiVersion: v1
|
|
apiVersion: v1
|
|
kind: ServiceAccount
|
|
kind: ServiceAccount
|
|
metadata:
|
|
metadata:
|
|
|
|
+{{- if .Values.serviceAccounts.annotations }}
|
|
|
|
+ annotations:
|
|
|
|
+{{ .Values.serviceAccounts.annotations | indent 4}}
|
|
|
|
+{{- end }}
|
|
labels:
|
|
labels:
|
|
app: {{ template "wekan.name" . }}
|
|
app: {{ template "wekan.name" . }}
|
|
chart: {{ template "wekan.chart" . }}
|
|
chart: {{ template "wekan.chart" . }}
|