fix(argo-workflows): fixed server sa annotations

Signed-off-by: abhinav.khanna <abhinav.khanna@salesforce.com>
This commit is contained in:
abhinav.khanna 2021-05-21 10:18:18 -05:00
parent 35c754364f
commit e3e9fb0425
No known key found for this signature in database
GPG key ID: 7FD6DBEAE8E497C7
2 changed files with 2 additions and 2 deletions

View file

@ -2,7 +2,7 @@ apiVersion: v2
name: argo-workflows
description: A Helm chart for Argo Workflows
type: application
version: 0.1.0
version: 0.1.1
appVersion: "v3.0.2"
icon: https://raw.githubusercontent.com/argoproj/argo-workflows/master/docs/assets/argo.png
home: https://github.com/argoproj/argo-helm

View file

@ -5,6 +5,6 @@ metadata:
name: {{ template "argo-workflows.serverServiceAccountName" . }}
{{- with .Values.server.serviceAccount.annotations }}
annotations:
{{- toYaml . | indent 4 }}
{{- toYaml . | nindent 4 }}
{{- end }}
{{- end -}}