fix(argo-workflows): Observe 'controller.serviceAccount.create' (#787)

* fix(argo-workflows): Observe 'controller.serviceAccount.create'

Signed-off-by: Marco Kilchhofer <mkilchhofer@users.noreply.github.com>

* chore: Ignore ci/ directory in final package

Signed-off-by: Marco Kilchhofer <mkilchhofer@users.noreply.github.com>
main argo-workflows-0.2.4
Marco Kilchhofer 2021-06-03 19:10:55 +02:00 committed by GitHub
parent 603f2aa8ef
commit afe72167fb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 4 additions and 1 deletions

View File

@ -19,3 +19,4 @@
.project
.idea/
*.tmproj
ci/

View File

@ -2,7 +2,7 @@ apiVersion: v2
name: argo-workflows
description: A Helm chart for Argo Workflows
type: application
version: 0.2.3
version: 0.2.4
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

@ -1,3 +1,4 @@
{{- if .Values.controller.serviceAccount.create }}
apiVersion: v1
kind: ServiceAccount
metadata:
@ -6,3 +7,4 @@ metadata:
annotations:
{{- toYaml .| nindent 4 }}
{{- end }}
{{- end }}