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

The chart's directory name is charts/ #23

Open
lindhe opened this issue Aug 28, 2023 · 1 comment
Open

The chart's directory name is charts/ #23

lindhe opened this issue Aug 28, 2023 · 1 comment

Comments

@lindhe
Copy link

lindhe commented Aug 28, 2023

Having a charts/ directory is a common practice (e.g., see (rancher/charts), but one is not supposed to have that be the chart's directory. The chart's directory name should be the name of the chart according to Helm and is commonly placed inside the charts/ directory like this:

.
└── charts
    └── foo
        ├── Chart.yaml
        ├── charts
        ├── templates
        │   ├── NOTES.txt
        │   ├── _helpers.tpl
        │   ├── deployment.yaml
        │   ├── hpa.yaml
        │   ├── ingress.yaml
        │   ├── service.yaml
        │   ├── serviceaccount.yaml
        │   └── tests
        │       └── test-connection.yaml
        └── values.yaml
@lindhe
Copy link
Author

lindhe commented Sep 15, 2023

It's even documented in the Rancher documentation how one should structure a chart repo:

https://ranchermanager.docs.rancher.com/v2.7/how-to-guides/new-user-guides/helm-charts-in-rancher/create-apps#chart-directory-structure

(if this repo is indeed a "Rancher chart", which is unclear)

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

No branches or pull requests

1 participant