Skip to content
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

Where to put Helm charts ? #137

Open
fallais opened this issue Sep 24, 2021 · 2 comments
Open

Where to put Helm charts ? #137

fallais opened this issue Sep 24, 2021 · 2 comments
Labels

Comments

@fallais
Copy link

fallais commented Sep 24, 2021

Where to put Helm charts ?

@kcq
Copy link
Member

kcq commented Oct 17, 2021

The /deployments directory is a good place (some projects call it /deploy). This directory is all about the deployment environment configurations (e.g., for kubernetes it's regular manifest yaml files or helm charts, etc). If you have different ways to deploy it might be good to have a separate place for each.

@kcq kcq added the question label Oct 17, 2021
@PatrickLaabs
Copy link

I put them inside my repo which only holds helm charts, the index.yaml for Artifacthub and the Linting & Testing GH Actions.
I guess - if you just want to try your application deployment onto k8s - you can put them in /deploy. Since Helm is about packaging your deployment defs and making your life easier.

But! better keep it off of your code-base and manage it together with your other helm charts.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

3 participants