You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
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.
Where to put Helm charts ?
The text was updated successfully, but these errors were encountered: