adobe / ops-cli

Ops - cli wrapper for Terraform, Ansible, Helmfile and SSH for cloud automation

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Add support for helmfile execution with --concurrency option

titirigaiulian opened this issue · comments

Running multiple helmfile releases in parallel can cause concurrency issues.
E.g. roboll/helmfile#690

Expected Behaviour

Ops-cli should be able to add --concurrency flag for helmlfile commands. This cannot be achieved using extra_args. The extra_args option adds args only for the main command (helmfile)