mirror of
https://github.com/wekan/wekan.git
synced 2025-04-22 04:57:07 -04:00
add annotations if specified in values file
This commit is contained in:
parent
8ac305778a
commit
60384be5ff
1 changed files with 4 additions and 0 deletions
|
@ -2,6 +2,10 @@
|
|||
apiVersion: v1
|
||||
kind: ServiceAccount
|
||||
metadata:
|
||||
{{- if .Values.serviceAccounts.annotations }}
|
||||
annotations:
|
||||
{{ .Values.serviceAccounts.annotations | indent 4}}
|
||||
{{- end }}
|
||||
labels:
|
||||
app: {{ template "wekan.name" . }}
|
||||
chart: {{ template "wekan.chart" . }}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue