Expected behaviour
If we install the flux binary with brew (the first recommended install method in the flux docs), the GitOps extension cannot find it. The tool should either:
- Be able to find it, or
- Allow the user to set the location
Actual behaviour
/bin/sh: 1: flux: not found
Steps to reproduce
brew install fluxcd/tap/flux
Right click a workload in GitOps -> press reconcile with source:
Output:
> flux reconcile helmrelease somerelease -n somenamespace --with-source
/bin/sh: 1: flux: not found
Versions
kubectl version: 1.26.0
Flux version: 2.1.0
Git version: 2.34.1
Azure version: N/A
Extension version: 0.25.3
VSCode version: 1.82.2
Operating System (OS) and its version: Ubuntu 20.04 (WSL2)
Expected behaviour
If we install the flux binary with brew (the first recommended install method in the flux docs), the GitOps extension cannot find it. The tool should either:
Actual behaviour
/bin/sh: 1: flux: not foundSteps to reproduce
brew install fluxcd/tap/fluxRight click a workload in GitOps -> press reconcile with source:
Output:
Versions
kubectl version: 1.26.0
Flux version: 2.1.0
Git version: 2.34.1
Azure version: N/A
Extension version: 0.25.3
VSCode version: 1.82.2
Operating System (OS) and its version: Ubuntu 20.04 (WSL2)