Skip to content

The chart's directory name is charts/ #23

@lindhe

Description

@lindhe

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions