mirror of
https://github.com/bitnami/charts.git
synced 2026-04-01 06:47:23 +08:00
[bitnami/argo-workflows] Remove podWorkers flag (#9438)
* [bitnami/argo-workflows] Remove podWorkers flag Signed-off-by: Francisco de Paz <fdepaz@vmware.com> * [bitnami/argo-workflows] Update components versions Signed-off-by: Bitnami Containers <containers@bitnami.com> Co-authored-by: Bitnami Containers <containers@bitnami.com>
This commit is contained in:
committed by
GitHub
parent
30c773fef3
commit
09507eebdf
@@ -105,10 +105,6 @@ spec:
|
||||
- --workflow-workers
|
||||
- {{ .Values.controller.workflowWorkers | quote }}
|
||||
{{- end }}
|
||||
{{- if .Values.controller.podWorkers }}
|
||||
- --pod-workers
|
||||
- {{ .Values.controller.podWorkers | quote }}
|
||||
{{- end }}
|
||||
{{- if .Values.controller.extraArgs }}
|
||||
{{- include "common.tplvalues.render" (dict "value" .Values.controller.extraArgs "context" $) | nindent 12 }}
|
||||
{{- end }}
|
||||
|
||||
Reference in New Issue
Block a user