fix(argo-workflows): fix server.podAnnotations template (#758)
Signed-off-by: kenchan0130 <tt.tanishi100@gmail.com>
This commit is contained in:
parent
cae5f1d811
commit
44c15c834e
2 changed files with 2 additions and 2 deletions
|
|
@ -21,7 +21,7 @@ spec:
|
|||
{{- end }}
|
||||
{{- with .Values.server.podAnnotations }}
|
||||
annotations:
|
||||
{{- toYaml .Values.server.podAnnotations | nindent 8 }}
|
||||
{{- toYaml . | nindent 8 }}
|
||||
{{- end }}
|
||||
spec:
|
||||
serviceAccountName: {{ template "argo-workflows.serverServiceAccountName" . }}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue