Merge branch 'master' into argocd-notifications-contrib

This commit is contained in:
Andy Feller 2020-06-09 08:14:20 -04:00 committed by GitHub
commit cde02773de
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 11 additions and 1 deletions

View file

@ -2,7 +2,7 @@ apiVersion: v1
appVersion: v2.8.0
description: A Helm chart for Argo Workflows
name: argo
version: 0.9.4
version: 0.9.5
icon: https://raw.githubusercontent.com/argoproj/argo/master/docs/assets/argo.png
home: https://github.com/argoproj/argo-helm
maintainers:

View file

@ -43,6 +43,14 @@ spec:
{{- if .Values.singleNamespace }}
- "--namespaced"
{{- end }}
{{- with .Values.controller.workflowWorkers }}
- "--workflow-workers"
- {{ . | quote }}
{{- end }}
{{- if .Values.controller.podWorkers }}
- "--pod-workers"
- {{ . | quote }}
{{- end }}
env:
- name: ARGO_NAMESPACE
valueFrom:

View file

@ -57,6 +57,8 @@ controller:
# spec:
# ttlStrategy:
# secondsAfterCompletion: 84600
# workflowWorkers: 32
# podWorkers: 32
telemetryConfig:
enabled: false
path: /telemetry