Skip to content
This repository has been archived by the owner on Aug 23, 2023. It is now read-only.

Helm 3 support with single directory support #6

Open
sstarcher opened this issue Apr 4, 2020 · 2 comments
Open

Helm 3 support with single directory support #6

sstarcher opened this issue Apr 4, 2020 · 2 comments
Labels
enhancement New feature or request

Comments

@sstarcher
Copy link

After you have helm 3 support my request is to support folders where the folder is not the chart name with a single level of depth.

My understanding is the tool currently supports charts in this format

folder/chart1
folder/chart2

Where folder must only contain folders that contain charts as you try to run helm dep up even if the sub folder does not contain a Chart.yaml.

My request is as follows
helm/Chart.yaml

helm is just a folder that happens to contain a single chart this name could be anything. Helm 3 removes the need for the folder name to match what's in the Chart.yaml.

Currently, if I point this tool to the root folder it will attempt to resolve every folder as a helm chart and if I point it to helm it will attempt to resolve every folder inside of that folder as a chart. Neither of which are valid in my situation.

@sstarcher
Copy link
Author

Example repo
https://github.com/sstarcher/helm-exporter

@J12934
Copy link
Owner

J12934 commented Apr 4, 2020

Ah cool didn't know that that has changed with helm 3.
That sounds like a good idea. Not sure if I'll have time to add this myself but I'd be happy to merge PRs which implement this.

@J12934 J12934 added the enhancement New feature or request label Apr 4, 2020
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants