Describe the bug:
When a dependency, defined in requirements.yaml, refers to a locally install repository, the fab install command fails with:
ERRO[21-10-2019 15:50:38] 🚫 Failed to add helm dependency repository '@stable' for chart 'helm_repos/metricbeat':
Error: Could not find protocol handler for:
Error: exit status 1
See this line in the metricbeat chart for an example.
To Reproduce:
fab add metricbeat --source https://helm.elastic.co --type helm --method helm --path metricbeat
fab install
Expected behavior:
A successful install of the Helm chart.
Desktop (please complete the following information):
Describe the bug: When a dependency, defined in requirements.yaml, refers to a locally install repository, the
fab install
command fails with:See this line in the metricbeat chart for an example.
To Reproduce:
Expected behavior: A successful install of the Helm chart.
Desktop (please complete the following information):
Additional context