Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(helm_resource): no parallel in
helm_repo
Multiple invocations of `helm_repo` may not be concurrency safe because of the execution of `helm repo add`. This commit unsets the `allow_parallel` argument in `helm_repo` to prevent this bug. Resolves #500 Signed-off-by: Nick Schmeller <[email protected]>
- Loading branch information