How to give absolut repository path in helm requirements?

7/9/2019

Is it possible to use absolute pathes to chart in helm requirements?

When try:

- name: my-chart
  version: 1.0.x
  repository: file:///C:/projects/my-chart

I get an error by helm dep up:

Error: CreateFile D:\C:\projects\my-chart: The filename, directory name, or volume label syntax is incorrect.

Do only relative pathes work with helm?

-- 9ilsdx 9rvj 0lo
kubernetes-helm
windows

0 Answers