stefanprodan / helm-gh-pages

A GitHub Action for publishing Helm charts to Github Pages

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Adding option directory publish

duythien opened this issue · comments

Hi

I have a two directory charts and hosting, the charts store helm template and hosting store chart publish, bellow my command line

$ cd hosting
$ helm package ../private/<chart-name>
helm repo index . --merge index.yaml

Do we have a option to support directory publish

I have fix it #2