-
Notifications
You must be signed in to change notification settings - Fork 47
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
How to push to sub-folder in Helm repo? #27
Comments
Why did you do that? helm chart is an independent package, and no need to have something inside. |
@XDavidT I have 2 teams, both want to name their application the same name "my-awesome-ui" Team A has 2 applications:
Team B has 2 applications:
when I publish the Helm chart for I need some kind of mechanism inside of the Helm repo to "scope" the packages, using a sub-folder in the repo how do I do this? show me the Helm CLI command that will allow scoping in the repo, example:
|
As simple as you wrote it:
|
What are you trying to do?
The text was updated successfully, but these errors were encountered: